Click or drag to resize
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)
Syntax
public QueuedTaskScheduler(
	int threadCount
)

Parameters

threadCount
Type: SystemInt32
The number of threads to create and use for processing work items.
See Also