![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
GeoprocessingFunctionality Class Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeoprocessingFunctionality Class |
For a list of all members of this type, see GeoprocessingFunctionality members.
Name | Description | |
---|---|---|
![]() | CancelJob | If supported by the geoprocessing service, cancels execution of the geoprocessing task. |
![]() | Dispose | Disposes of the functionality. |
![]() | Execute | Executes a geoprocessing task. Designed for use with synchronous geoprocessing tasks. |
![]() | GetExecutionType | Finds whether the geoprocessing service is performed synchronously or asynchronously. |
![]() | GetJobIDFromResultInfo | Retrieves the job ID from the result info when the functionality supports the result info. |
![]() | GetJobMessages | Retrieves all messages associated with execution of the geoprocessing task job. |
![]() | GetJobResult | Retrieves the result of the geoprocessing task from the server. |
![]() | GetJobStatus | Gets the current status of the geoprocessing job from the server. |
![]() | GetTask | Gets an object with information about the geoprocessing tool associated with the task name. |
![]() | GetTaskNames | Retrieves the names of tasks in the geoprocessing functionality. |
![]() | GetTasks | Retrieves a set of objects with information about geoprocessing tasks. |
![]() | Initialize | Initializes the functionality to prepare it for use. |
![]() | LoadState | Loads the state of the functionality from its resource. |
![]() | SaveResultInfo | Serializes information about the geoprocessing result to an XML string. Includes the server, service, task and job ID but not the actual job results. |
![]() | SaveState | Saves the state of the functionality, typically for state maintenance between requests. |
![]() | SubmitJob | Submits a geoprocessing task to the server. Designed for use with asynchronous geoprocessing. |
![]() | Supports | Determines if the functionality supports an operation. |
![]() | SupportsResultInfo | Whether the geoprocessing functionality supports the result info input. |