Click or drag to resize

ThreadPool Constructor

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
)

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