ArcGIS Runtime SDK for WPF - Library Reference
CheckJobStatusAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : CheckJobStatusAsync 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.
userToken
The user token.
Sends a request to the geoprocessing task for the current state of the job identified by jobId. Raises the StatusUpdate event on success, or the Fault event on failure.

Syntax

Visual Basic (Declaration) 
Public Sub CheckJobStatusAsync( _
   ByVal jobId As String, _
   Optional ByVal userToken As Object _
) 
C# 
public void CheckJobStatusAsync( 
   string jobId,
   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.
userToken
The user token.

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.