Table of Contents

Method GetScheduledTasks

Namespace
Scaleout.Client.MethodInvocation
Assembly
Scaleout.Client.dll

GetScheduledTasks()

Gets the tasks scheduled to this scheduler.

protected override IEnumerable<Task> GetScheduledTasks()

Returns

IEnumerable<Task>

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.