ESRI.ArcGIS.ServerTools
use_local_cache_dir Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace > CreateMapServerCache Class : use_local_cache_dir Property




Choose whether bundle files should be written into a local directory on the server when creating a compact cache, instead of being written directly into the shared cache directory. If you choose this option, the bundle files will be copied into the shared cache directory as they are completed. This option improves performance when multiple machines are working on the caching job. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property use_local_cache_dir As String
Visual Basic (Usage)Copy Code
Dim instance As CreateMapServerCache
Dim value As String
 
instance.use_local_cache_dir = value
 
value = instance.use_local_cache_dir
C# 
public string use_local_cache_dir {get; set;}

See Also

© 2010 All Rights Reserved.