ArcGIS Runtime SDK for WPF - Library Reference
GetResultMapServiceLayer Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : GetResultMapServiceLayer Method

jobId
The job id.
Gets the result map service layer. From ArcGIS Server 10.1 onwards, if a GP service is associated with a result map service, the results of GPFeatureRecordSetLayer and GPRasterDataLayer data types can be accessed directly using the associated map service resource using the URL format: http://catalog-url/resultMapServiceName/MapServer/jobs/jobid

Syntax

Visual Basic (Declaration) 
Public Function GetResultMapServiceLayer( _
   ByVal jobId As String _
) As ArcGISDynamicMapServiceLayer
C# 
public ArcGISDynamicMapServiceLayer GetResultMapServiceLayer( 
   string jobId
)

Parameters

jobId
The job id.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.