ArcGIS API for WPF - Library Reference
GetResultData Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : GetResultData Method

jobId
A string that uniquely identifies a job on the server. It is created when a job is submitted for execution and later used to check its status and retrieve the results.
parameterName
The name of the result parameter as defined in ArcGIS Services Directory.
Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName.

Syntax

Visual Basic (Declaration) 
Public Function GetResultData( _
   ByVal jobId As String, _
   ByVal parameterName As String _
) As GPParameter
C# 
public GPParameter GetResultData( 
   string jobId,
   string parameterName
)

Parameters

jobId
A string that uniquely identifies a job on the server. It is created when a job is submitted for execution and later used to check its status and retrieve the results.
parameterName
The name of the result parameter as defined in ArcGIS Services Directory.

Return Value

Returns information about the results of the jobid that was submited.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.