Geoprocessing service CancelJob method
Cancels a pending job on the server.
CancelJob(string JobID)
Parameter |
Description |
---|---|
JobID |
The 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.
10/23/2013