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.2.0.0 (5.2.17.0403)
Syntax protected override IEnumerable<Task> GetScheduledTasks()
Protected Overrides Function GetScheduledTasks As IEnumerable(Of Task)
Return Value
Type:
IEnumerableTaskAn 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