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




server_name
The ArcGIS Server machine hosting the map service whose tiles you want to update. (In, Required)
object_name
The map service whose cache tiles you want to update. (In, Required)
data_frame
The source data frame for the map service. (In, Required)
Layer
Layers to remove from the cache. (In, Required)
levels
The scale levels at which you will create or delete tiles when running this tool, depending on the Update Mode. (In, Required)
update_mode
Choose a mode for updating the cache. The three modes are: (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, _
   ByVal Layer As Object, _
   ByVal levels As Object, _
   ByVal update_mode As String _
)
Visual Basic (Usage)Copy Code
Dim server_name As String
Dim object_name As String
Dim data_frame As String
Dim Layer As Object
Dim levels As Object
Dim update_mode As String
 
Dim instance As ManageMapServerCacheTiles(server_name, object_name, data_frame, Layer, levels, update_mode)
C# 
public ManageMapServerCacheTiles( 
   string server_name,
   string object_name,
   string data_frame,
   object Layer,
   object levels,
   string update_mode
)

Parameters

server_name
The ArcGIS Server machine hosting the map service whose tiles you want to update. (In, Required)
object_name
The map service whose cache tiles you want to update. (In, Required)
data_frame
The source data frame for the map service. (In, Required)
Layer
Layers to remove from the cache. (In, Required)
levels
The scale levels at which you will create or delete tiles when running this tool, depending on the Update Mode. (In, Required)
update_mode
Choose a mode for updating the cache. The three modes are: (In, Required)

See Also

© 2010 All Rights Reserved.