QueuedTaskScheduler Constructor (TaskScheduler, 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(
TaskScheduler targetScheduler,
int maxConcurrencyLevel
)
Public Sub New (
targetScheduler As TaskScheduler,
maxConcurrencyLevel As Integer
)
Parameters
- targetScheduler
- Type: System.Threading.TasksTaskScheduler
The target underlying scheduler onto which this sceduler's work is queued. - maxConcurrencyLevel
- Type: SystemInt32
The maximum degree of concurrency allowed for this scheduler's work.
See Also