| Name | Description |
| CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
| CancelJob | Cancels the asynchronous GP job before it is completed. |
| CancelJobAsync | Cancels the asynchronous GP job before it is completed. |
| CancelJobStatusUpdates | 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. |
| CancelJobTaskAsync | Overloaded. Cancels the asynchronous GP job before it is completed. |
| CheckJobStatus | Sends a request to the geoprocessing task for the current state of the job identified by jobId. |
| CheckJobStatusAsync | Sends a request to the geoprocessing task for the current state of the job identified by jobId. Raises the StatusUpdate event on success, or the Fault event on failure. |
| CheckJobStatusTaskAsync | Overloaded. Sends a request to the geoprocessing task for the current state of the job identified by jobId. |
| Execute | Executes the task. |
| ExecuteAsync | Overloaded. Executes the task. Raises the ExecuteCompleted event on success, or the Failed event on failure. |
| ExecuteTaskAsync | Overloaded. Sends a request to the server to execute a synchronous geoprocessing task. |
| GetInput | Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. |
| GetInputAsync | Overloaded. Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. Raises the GetInputComplete event on success, or the Fault event on failure. |
| GetInputTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. |
| GetResultData | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
| GetResultDataAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the GetResultDataComplete event on success, or the Fault event on failure. |
| GetResultDataTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
| GetResultImage | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
| GetResultImageAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the GetResultImageComplete event on success, or the Fault event on failure. |
| GetResultImageLayer | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Creates and configures a GPResultImageLayer instance ready to be added to a Map. |
| GetResultImageLayerAsync | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Creates and configures a GPResultImageLayer instance ready to be added to a Map. Raises the GetResultImageLayerComplete event on success, or the Fault event on failure. |
| GetResultImageLayerTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Creates and configures a GPResultImageLayer instance ready to be added to a Map. |
| GetResultImageTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
| GetResultMapServiceLayer | Gets the result map service layer. From ArcGIS Server 10.1 onwards, if a GP service is associated with a result map service, the results of GPFeatureRecordSetLayer and GPRasterDataLayer data types can be accessed directly using the associated map service resource using the URL format: http://catalog-url/resultMapServiceName/MapServer/jobs/jobid |
| GetServiceInfo | Gets the Geoprocessor service information |
| GetServiceInfoAsync | Gets the Geoprocessor service information GPServiceInfo Raises the GetServiceInfoCompleted. |
| GetServiceInfoTaskAsync | Overloaded. Gets the Geoprocessor service information GPServiceInfo |
| SubmitJob | Submits a job request to the server to execute an synchronous geoprocessing task. |
| SubmitJobAsync | Submits a job request to the server to execute an asynchronous geoprocessing task. Raises the JobCompleted event on success, or the TaskBase.Failed event on failure. |
| SubmitJobTaskAsync | Overloaded. Submits a job request to the server to execute an asynchronous geoprocessing task. |