The specified number of threads to attempt to create on the client. Each thread, in turn, will try to create a server context on the map server object to generate the cache.
(In, Optional)
Syntax
| Visual Basic (Declaration) |
|
Public Property thread_count As Integer |
| Visual Basic (Usage) |
Copy Code |
Dim instance As GenerateMapServerCache
Dim value As Integer
instance.thread_count = value
value = instance.thread_count
|
| C# |
|
public int thread_count {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family
See Also