Class for performing geoprocessing operations. Operations may be performed with two methods,
depending on the way the geoprocessing service processes requests: SubmitJob
and Execute task.
The SubmitJob operation is supported for geoprocessing (GP) services whose execution type is asynchronous, while the Execute operation is supported for services whose execution type is synchronous.
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
class Geoprocessor |
Remarks
For more information on working with geoprocessing services, see the walk-through
Working with a geoprocessing service.
Also see the Interactive SDK for samples of working with both synchronous and asynchronous services.
