ArcGIS Runtime SDK for WPF - Library Reference
CancelJobAsync Method
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.