Geoprocessing service GetExecutionType method

Gets the type of execution, either synchronous or asynchronous.

GetExecutionType()

Return Value

An esriExecutionType enumeration.

Examples

C#

string endpoint = "http://sampleserver1.arcgisonline.com/ArcGIS/services/Elevation/ESRI_Elevation_World/GPServer";

ESRI.ArcGIS.SOAP.GPServerProxy gpserver = new ESRI.ArcGIS.SOAP.GPServerProxy();

gpserver.Url = endpoint;

ESRI.ArcGIS.SOAP.esriExecutionType exectype= gpserver.GetExecutionType();

11/8/2016