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




server_name
The ArcGIS Server machine hosting the service whose cache will be deleted. (In, Required)
object_name
The name of the globe service whose cache will be deleted. (In, Required)
Layer
The layers in the globe service whose caches will be deleted. All layers of the service are included by default. If a layer is excluded the layer's cache will not be deleted. (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 Layer As Object _
)
Visual Basic (Usage)Copy Code
Dim server_name As String
Dim object_name As String
Dim Layer As Object
 
Dim instance As DeleteGlobeServerCache(server_name, object_name, Layer)
C# 
public DeleteGlobeServerCache( 
   string server_name,
   string object_name,
   object Layer
)

Parameters

server_name
The ArcGIS Server machine hosting the service whose cache will be deleted. (In, Required)
object_name
The name of the globe service whose cache will be deleted. (In, Required)
Layer
The layers in the globe service whose caches will be deleted. All layers of the service are included by default. If a layer is excluded the layer's cache will not be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.