Click or drag to resize

QueuedTaskSchedulerActivateNewQueue Method (Int32)

Creates and activates a new scheduling queue for this scheduler.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public TaskScheduler ActivateNewQueue(
	int priority
)

Parameters

priority
Type: SystemInt32
The priority level for the new queue.

Return Value

Type: TaskScheduler
The newly created and activated queue at the specified priority.
See Also