Geoprocessing Service CancelJob method

Cancel a pending job on the server.

 

CancelJob(string JobID)

 

Parameter

Description

JobID

Unique id of the geoprocessing job to cancel.

 

 

Return Value

 

No return value.

 

Remarks

 

After calling CancelJob(), the GetJobStatus() method will indicate that the job is in the process of cancelling or has been cancelled.  
 

Examples

C#

VB.NET

Java