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




Number of map service instances to use while importing the cache. By default the maximum allowable number of instances will be used (default for an ArcGIS Server service is 2). If you have more server power, you can raise the maximum allowable number of instances in the Service Properties, then raise this parameter when you run the tool. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property thread_count As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImportMapServerCache
Dim value As Integer
 
instance.thread_count = value
 
value = instance.thread_count
C# 
public int thread_count {get; set;}

See Also

© 2010 All Rights Reserved.