Initializes a new instance of the
ThreadPool class.
Namespace:
DevelopMentor
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ThreadPool(
int initialThreadCount,
int maxThreadCount,
string poolName,
int newThreadTrigger,
int dynamicThreadDecayTime,
ThreadPriority threadPriority,
int requestQueueLimit
)
Public Sub New (
initialThreadCount As Integer,
maxThreadCount As Integer,
poolName As String,
newThreadTrigger As Integer,
dynamicThreadDecayTime As Integer,
threadPriority As ThreadPriority,
requestQueueLimit As Integer
)
public:
ThreadPool(
int initialThreadCount,
int maxThreadCount,
String^ poolName,
int newThreadTrigger,
int dynamicThreadDecayTime,
ThreadPriority threadPriority,
int requestQueueLimit
)
new :
initialThreadCount : int *
maxThreadCount : int *
poolName : string *
newThreadTrigger : int *
dynamicThreadDecayTime : int *
threadPriority : ThreadPriority *
requestQueueLimit : int -> ThreadPool
Parameters
- initialThreadCount
- Type: SystemInt32
Documentation in progress... - maxThreadCount
- Type: SystemInt32
Documentation in progress... - poolName
- Type: SystemString
Documentation in progress... - newThreadTrigger
- Type: SystemInt32
Documentation in progress... - dynamicThreadDecayTime
- Type: SystemInt32
Documentation in progress... - threadPriority
- Type: System.ThreadingThreadPriority
Documentation in progress... - requestQueueLimit
- Type: SystemInt32
Documentation in progress...
See Also