ConcurrencyLimiterGetScheduledTasks Method
For debugger support only, generates an enumerable of
Task
instances currently queued to the scheduler waiting to be executed.
Namespace: Gemstone.ThreadingAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.147 -- Release Build+71918e29738e2d0700de8aec0ad72324b16f1428
function GetScheduledTasks();
Return Value
IEnumerableTaskAn enumerable that allows a debugger to traverse the tasks currently queued to this scheduler.