ADF.Web.DataSources.ArcGISServer.Local
GeoprocessingResourceLocal Class
Members  See Also  Send Feedback
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. Provides access to properties, data and services for a geoprocessing service from an ArcGIS Server Local connection.

Object Model

GeoprocessingResourceLocal Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeoprocessingResourceLocal 
   Inherits ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeoprocessingResourceBase
   Implements ESRI.ArcGIS.ADF.Web.DataSources.IApplicationStateSettings, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingResource, ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingResourceLocal
C# 
[SerializableAttribute()]
public class GeoprocessingResourceLocal : ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeoprocessingResourceBase, ESRI.ArcGIS.ADF.Web.DataSources.IApplicationStateSettings, ESRI.ArcGIS.ADF.Web.DataSources.IGeoprocessingResource, ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings  

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.

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.