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




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

Object Model





Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeoprocessingResourceLocal 
   Inherits GeoprocessingResourceBase
   Implements IApplicationStateSettingsIGeoprocessingResourceIGISResourceISupportsValidationIValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingResourceLocal
C# 
[SerializableAttribute()]
public class GeoprocessingResourceLocal : 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 Geoprocessing.

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

For a discussion of geoprocessing 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.GeoprocessingResourceLocal

See Also

© 2010 All Rights Reserved.