Scheduler Members
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
4/22/2010Provides a set of static methods for creating Schedulers.
The Scheduler type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentThread | Gets the scheduler that schedules work as soon as possible on the current thread. |
|
Dispatcher | |
|
Immediate | Gets the scheduler that schedules work immediately on the current thread. |
|
NewThread | Gets the scheduler that schedules work on a new thread. |
|
ThreadPool | Gets the scheduler that schedules work on the ThreadPool. |