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.6.0.0 (5.6.19.0117)
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