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 _
) |
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