For a list of all members of this type, see Geoprocessor members.
Public Methods
| Name | Description |
 | CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
 | 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. |
 | CheckJobStatusAsync | Sends a request to the geoprocessing task for the current state of the job identified by jobId. Raises the E:StatusUpdate event on success, or the E:Fault event on failure. |
 | ExecuteAsync | Overloaded. Executes the task. Raises the E:ExecuteCompleted event on success, or the E:Failed event on failure. |
 | GetInputAsync | Overloaded. Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. Raises the E:GetInputComplete event on success, or the E:Fault event on failure. |
 | GetResultDataAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the E:GetResultDataComplete event on success, or the E:Fault event on failure. |
 | GetResultImageAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the E:GetResultImageComplete event on success, or the E:Fault event on failure. |
 | 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 E:GetResultImageLayerComplete event on success, or the E:Fault event on failure. |
 | 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 |
 | GetServiceInfoAsync | Gets the Geoprocessor service information GPServiceInfo Raises the E:GetServiceInfoCompleted. |
 | SubmitJobAsync | Submits a job request to the server to execute an asynchronous geoprocessing task. Raises the E:JobComplete event on success, or the E:Fault event on failure. |
Top
Protected Methods
See Also