ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
GeoprocessingResourceLocal Constructor(String,GISDataSourceLocal)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingResourceLocal Class > GeoprocessingResourceLocal Constructor : GeoprocessingResourceLocal Constructor(String,GISDataSourceLocal)




name
Name for the resource.
service
GISDataSourceLocal for a Local connection to an ArcGIS Server service.
Retrieves information on the map service from the GIS server and initializes the resource properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal service As GISDataSourceLocal _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim service As GISDataSourceLocal
 
Dim instance As GeoprocessingResourceLocal(name, service)
C# 
public GeoprocessingResourceLocal( 
   string name,
   GISDataSourceLocal service
)

Parameters

name
Name for the resource.
service
GISDataSourceLocal for a Local connection to an ArcGIS Server service.

See Also

© 2010 All Rights Reserved.