TaskScheduler Class - Internal Members
This topic describes the internal members of the System.Threading.Tasks.TaskScheduler class that help you implement a custom debugger. For general information about this class, see the TaskScheduler reference topic.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Because you cannot access these internal members from the .NET Framework, the following syntax is provided in Common Intermediate Language (CIL).
.class public abstract auto ansi beforefieldinit System.Threading.Tasks.TaskScheduler
extends System.Object
Members
Methods
Name |
Description |
---|---|
Retrieves an array of all scheduled tasks. |
|
Retrieves an array of all TaskScheduler objects that are currently active. |
See Also
Reference
System.Threading.Tasks.TaskScheduler