ESRI.ArcGIS.ServerTools
ConvertMapServerCacheStorageFormat Constructor(String,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace > ConvertMapServerCacheStorageFormat Class > ConvertMapServerCacheStorageFormat Constructor : ConvertMapServerCacheStorageFormat Constructor(String,String,String)




server_name
The ArcGIS Server machine hosting the service whose cache format will be changed. (In, Required)
object_name
The map service whose cache format will be changed. (In, Required)
data_frame
The source data frame for the map service. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal server_name As String, _
   ByVal object_name As String, _
   ByVal data_frame As String _
)
Visual Basic (Usage)Copy Code
Dim server_name As String
Dim object_name As String
Dim data_frame As String
 
Dim instance As ConvertMapServerCacheStorageFormat(server_name, object_name, data_frame)
C# 
public ConvertMapServerCacheStorageFormat( 
   string server_name,
   string object_name,
   string data_frame
)

Parameters

server_name
The ArcGIS Server machine hosting the service whose cache format will be changed. (In, Required)
object_name
The map service whose cache format will be changed. (In, Required)
data_frame
The source data frame for the map service. (In, Required)

See Also

© 2010 All Rights Reserved.