QueuedTaskSchedulerActivateNewQueue Method |
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()
Public Function ActivateNewQueue As TaskScheduler
Return Value
Type:
TaskSchedulerThe newly created and activated queue at priority 0.
See Also