ArcGIS API for Windows Phone - Library Reference
CheckJobStatusAsync Method
See Also  Send comments on this topic
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.
Sends a request to the geoprocessing task for the current state of the job identified by jobId. Raises the E:StatusUpdate event on success, or the E:Fault event on failure.

Syntax

Visual Basic (Declaration) 
Public Sub CheckJobStatusAsync( _
   ByVal jobId As String _
) 
C# 
public void CheckJobStatusAsync( 
   string jobId
)

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.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.