ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeoprocessingFunctionality Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeoprocessingFunctionality Class




The following tables list the members exposed by GeoprocessingFunctionality.

Public Constructors

 NameDescription
Public ConstructorGeoprocessingFunctionality ConstructorOverloaded. Constructor.  
Top

Public Properties

 NameDescription
Public PropertyInitialized Whether the functionality has been initialized.  
Public PropertyNameName of the geoprocessing functionality.  
Public PropertyOutputSpatialReference The spatial reference that should be requested for the output of geocoding operations.  
Public PropertyResourceThe GIS resource used in the geoprocessing functionality.  
Public PropertyWebControl The web control using this functionality. Optionally set by the control. Example of use: To store mime images to session.  
Top

Public Methods

 NameDescription
Public MethodCancelJob If supported by the geoprocessing service, cancels execution of the geoprocessing task.  
Public MethodDisposeDisposes of the functionality.  
Public MethodExecute Executes a geoprocessing task. Designed for use with synchronous geoprocessing tasks.  
Public MethodGetExecutionType Finds whether the geoprocessing service is performed synchronously or asynchronously.  
Public MethodGetJobIDFromResultInfo Retrieves the job ID from the result info when the functionality supports the result info.  
Public MethodGetJobMessages Retrieves all messages associated with execution of the geoprocessing task job.  
Public MethodGetJobResultRetrieves the result of the geoprocessing task from the server.  
Public MethodGetJobStatusGets the current status of the geoprocessing job from the server.  
Public MethodGetTask Gets an object with information about the geoprocessing tool associated with the task name.  
Public MethodGetTaskNamesRetrieves the names of tasks in the geoprocessing functionality.  
Public MethodGetTasksRetrieves a set of objects with information about geoprocessing tasks.  
Public MethodInitializeInitializes the functionality to prepare it for use.  
Public MethodLoadStateLoads the state of the functionality from its resource.  
Public MethodSaveResultInfo Serializes information about the geoprocessing result to an XML string. Includes the server, service, task and job ID but not the actual job results.  
Public MethodSaveState Saves the state of the functionality, typically for state maintenance between requests.  
Public MethodSubmitJob Submits a geoprocessing task to the server. Designed for use with asynchronous geoprocessing.  
Public MethodSupportsDetermines if the functionality supports an operation.  
Public MethodSupportsResultInfoWhether the geoprocessing functionality supports the result info input.  
Top

See Also

© 2010 All Rights Reserved.