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.2.0.0 (5.2.17.0403)
Syntax public 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