QueuedTaskSchedulerGetScheduledTasks Method  | 
 Gets the tasks scheduled to this scheduler.
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Parallelization
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected override IEnumerable<Task> GetScheduledTasks()
Protected Overrides Function GetScheduledTasks As IEnumerable(Of Task)
Return Value
Type: 
IEnumerableTaskAn enumerable of all tasks queued to this scheduler.
RemarksThis does not include the tasks on sub-schedulers.  Those will be retrieved by the debugger separately.
See Also