ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetExecutionType Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetExecutionType Method




Finds whether the geoprocessing service is performed synchronously or asynchronously.

Syntax

Visual Basic (Declaration) 
Public Function GetExecutionType() As ExecutionType
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim value As ExecutionType
 
value = instance.GetExecutionType()
C# 
public ExecutionType GetExecutionType()

Remarks

Synchronous execution means the client must wait for geoprocessing to complete and return the result in a single request. Asynchronous execution allows the client to submit a request and perform other tasks while waiting for execution to complete. The client typically then checks periodically for completion of the geoprocessing task and retrieves the result when completed.

See Also

© 2010 All Rights Reserved.