QueuedTaskSchedulerActivateNewQueue Method (Int32) |
Creates and activates a new scheduling queue for this scheduler.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ParallelizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public TaskScheduler ActivateNewQueue(
int priority
)
Public Function ActivateNewQueue (
priority As Integer
) As TaskScheduler
Parameters
- priority
- Type: SystemInt32
The priority level for the new queue.
Return Value
Type:
TaskSchedulerThe newly created and activated queue at the specified priority.
See Also