| Name | Description |
![public Method](dotnetimages/publicMethod.gif) | CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![public Method](dotnetimages/publicMethod.gif) | CancelJob | Cancels the asynchronous GP job before it is completed. |
![public Method](dotnetimages/publicMethod.gif) | CancelJobAsync | Cancels the asynchronous GP job before it is completed. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | CancelJobTaskAsync | Overloaded. Cancels the asynchronous GP job before it is completed. |
![public Method](dotnetimages/publicMethod.gif) | CheckJobStatus | Sends a request to the geoprocessing task for the current state of the job identified by jobId. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | CheckJobStatusTaskAsync | Overloaded. Sends a request to the geoprocessing task for the current state of the job identified by jobId. |
![public Method](dotnetimages/publicMethod.gif) | Execute | Executes the task. |
![public Method](dotnetimages/publicMethod.gif) | ExecuteAsync | Overloaded. Executes the task. Raises the ExecuteCompleted event on success, or the Failed event on failure. |
![public Method](dotnetimages/publicMethod.gif) | ExecuteTaskAsync | Overloaded. Sends a request to the server to execute a synchronous geoprocessing task. |
![public Method](dotnetimages/publicMethod.gif) | GetInput | Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | GetInputTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | GetResultData | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | GetResultDataTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | GetResultImage | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | GetResultImageTaskAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. |
![public Method](dotnetimages/publicMethod.gif) | 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 |
![public Method](dotnetimages/publicMethod.gif) | GetServiceInfo | Gets the Geoprocessor service information |
![public Method](dotnetimages/publicMethod.gif) | GetServiceInfoAsync | Gets the Geoprocessor service information GPServiceInfo Raises the GetServiceInfoCompleted. |
![public Method](dotnetimages/publicMethod.gif) | GetServiceInfoTaskAsync | Overloaded. Gets the Geoprocessor service information GPServiceInfo |
![public Method](dotnetimages/publicMethod.gif) | SubmitJob | Submits a job request to the server to execute an synchronous geoprocessing task. |
![public Method](dotnetimages/publicMethod.gif) | 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. |
![public Method](dotnetimages/publicMethod.gif) | SubmitJobTaskAsync | Overloaded. Submits a job request to the server to execute an asynchronous geoprocessing task. |