ArcGIS API for Windows Phone - Library Reference
Geoprocessor Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : Geoprocessor Class

Represents a geoprocessing task service resource exposed by the ArcGIS Server REST API. A geoprocessing task resource represents a single task in a geoprocessing service published using the ArcGIS Server and it supports one of the following two main operations: Execute - performed on a geoprocessing task resource when the execution type is synchronous. The only applicable events are ExecuteComplete and Fault. SubmitJob - performed on an asynchronous geoprocessing task resource. The only applicable events are JobComplete, Cancel, and Fault. In addition, for a jobId: GetInput - checks status of the job identified by jobId. The only applicable events are GetInputComplete and Fault. GetResultData - checks status of the job identified by jobId. The only applicable events are GetResultDataComplete and Fault. GetResultImageLayer - checks status of the job identified by jobId. The only applicable events are GetResultImageComplete and Fault. CheckStatus - checks status of the job identified by jobId. The only applicable events are StatusUpdate and Fault. Set the Url to the ArcGIS Server REST resource that receives the geoprocessing request.

Object Model

Geoprocessor ClassGPExecuteResults ClassGPParameter ClassGPParameter ClassMapImage ClassSpatialReference ClassSpatialReference ClassJobInfo Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Geoprocessor 
   Inherits TaskBase
C# 
public sealed class Geoprocessor : TaskBase 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Tasks.TaskBase
      ESRI.ArcGIS.Client.Tasks.Geoprocessor

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.