ArcGIS API for Windows Phone - Library Reference
GetResultDataAsync(String,String,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class > GetResultDataAsync Method : GetResultDataAsync(String,String,Object) 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.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the E:GetResultDataComplete event on success, or the E:Fault event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetResultDataAsync( _
   ByVal jobId As String, _
   ByVal parameterName As String, _
   ByVal userToken As Object _
) 
C# 
public void GetResultDataAsync( 
   string jobId,
   string parameterName,
   object userToken
)

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.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.