|
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
| GetExecutionType Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetExecutionType Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function GetExecutionType() As ExecutionType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ExecutionType GetExecutionType() | |
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.