| QueuedTaskScheduler Constructor (Int32) | 
Initializes the scheduler.
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ParallelizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic QueuedTaskScheduler(
	int threadCount
)
Public Sub New ( 
	threadCount As Integer
)
Parameters
- threadCount
 - Type: SystemInt32
The number of threads to create and use for processing work items. 
See Also