Scheduler Properties
The Scheduler type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentThread | Gets the scheduler that schedules work as soon as possible on the current thread. |
|
Immediate | Gets the scheduler that schedules work immediately on the current thread. |
|
NewThread | Gets the scheduler that schedules work on a new thread. |
|
Now | Represents a notion of time for this scheduler. Tasks being scheduled on a scheduler will adhere to the time denoted by this property. |
|
TaskPool | Gets the scheduler that schedules work on the default Task Factory. |
|
ThreadPool | Gets the scheduler that schedules work on the ThreadPool. |