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




Provides methods and properties for geoprocessing in the Web ADF through an ArcGIS Server service.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeoprocessingFunctionality 
   Implements IGeoprocessingFunctionalityIGeoprocessingFunctionalityAsyncIGeoprocessingFunctionalitySyncIGISFunctionalityIOutputSpatialReference 
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
C# 
[SerializableAttribute()]
public class GeoprocessingFunctionality : IGeoprocessingFunctionalityIGeoprocessingFunctionalityAsyncIGeoprocessingFunctionalitySyncIGISFunctionalityIOutputSpatialReference  

Remarks

GeoprocessingFunctionality enables clients working with the Web ADF to use geoprocessing services. Geoprocessing services perform GIS-related functions for clients. A GeoprocessingFunctionality is obtained through a geoprocessing resource, specifically a GeoprocessingResourceInternet (for Internet/Web service connections) or GeoprocessingResourceLocal (for Local connections). The geocode resource's CreateFunctionality method may be used to obtain a GeoprocessingFunctionality object.

This GeoprocessingFunctionality class is the implementation of IGeoprocessingFunctionality for ArcGIS Server services. You can work at the generic interface level in the event that other Web ADF data sources support the interface (currently only ArcGIS Server supports geoprocessing services).

For a discussion of the geoprocessing functionality in the Web ADF, see the topic GeoprocessingResource in the Developer Help (also available online at the ArcGIS Resource Center).

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeoprocessingFunctionality

See Also

© 2010 All Rights Reserved.