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

jobId
The job id.
Cancels the periodic job status updates initiated automatically when submitJob() is invoked for the job identified by jobId. You can still obtain the status of this job by calling the CheckStatus() method at your own discretion.

Syntax

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

Parameters

jobId
The job id.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.