Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected override IEnumerable<Task> GetScheduledTasks()

Return Value

Type: IEnumerableTask
An enumerable of all tasks queued to this scheduler.
Remarks
This does not include the tasks on sub-schedulers. Those will be retrieved by the debugger separately.
See Also