ArcGIS Runtime SDK for Windows Phone - Library Reference
CancelJobAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : CancelJobAsync Method

jobId
The job id.
Cancels the asynchronous GP job before it is completed.

Syntax

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

Parameters

jobId
The job id.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.