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




Provides access to properties, data and services for a geoprocessing service from an ArcGIS Server Internet connection.

Object Model




Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeoprocessingResourceInternet 
   Inherits GeoprocessingResourceBase
   Implements IApplicationStateSettingsIGeoprocessingResourceIGISResourceISupportsValidationIValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingResourceInternet
C# 
[SerializableAttribute()]
public class GeoprocessingResourceInternet : GeoprocessingResourceBase, IApplicationStateSettingsIGeoprocessingResourceIGISResourceISupportsValidationIValidationSettings  

Remarks

Geoprocessing resources are typically added to a GeoprocessingResourceManager, either at design time or by code at runtime. These resources are accessible at runtime via the GeoprocessingResource object for the specific resource. Geoprocessing resources define the source (ResourceDefinition) that provides the data for the map.

Connections to ArcGIS Server may be either via a Web service connection using HTTP (known as an "Internet connection"), or via a connection over a local network using DCOM (known as a "local connection"). The GeoprocessingResourceInternet represents an Internet connection, whereas GeoprocessingResourceLocal represents a local connection. Both classes extend GeoprocessingResourceBase, from which they derive most of their properties.

For a discussion of map resources in the Web ADF, see the topic Working with resources and functionalities in the Developer Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase
      ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeoprocessingResourceBase
         ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeoprocessingResourceInternet

See Also

© 2010 All Rights Reserved.