ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeoprocessingFunctionality Class
Members  See Also  Send Feedback
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

GeoprocessingFunctionality Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeoprocessingFunctionality 
   Implements ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionalityAsync, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionalitySync, ESRI.ArcGIS.ADF.Web.DataSources.IGISFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IOutputSpatialReference 
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
C# 
[SerializableAttribute()]
public class GeoprocessingFunctionality : ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionalityAsync, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingFunctionalitySync, ESRI.ArcGIS.ADF.Web.DataSources.IGISFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IOutputSpatialReference  

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).

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.