ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetExecutionType Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.DataSources.ExecutionType
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.ExecutionType
 
value = instance.GetExecutionType()
C# 
public ESRI.ArcGIS.ADF.Web.DataSources.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.