| QueuedTaskScheduler Constructor (Int32) | 
 Initializes the scheduler.
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Parallelization
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.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