com.esri.arcgis.geoprocessing
Interface esriExecutionType

All Superinterfaces:
Serializable

public interface esriExecutionType
extends Serializable

Geoprocessing server execution type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriExecutionTypeAsynchronous
          Asynchronous.
static int esriExecutionTypeSynchronous
          Synchronous.
 

Field Detail

esriExecutionTypeAsynchronous

static final int esriExecutionTypeAsynchronous
Asynchronous.

See Also:
Constant Field Values

esriExecutionTypeSynchronous

static final int esriExecutionTypeSynchronous
Synchronous.

See Also:
Constant Field Values