![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
ControlScheduler |
Represents an object that schedules units of work on the message loop associated with a Windows Forms control. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
CurrentThreadScheduler |
Represents an object that schedules units of work on the current thread. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
DispatcherScheduler |
Represents an object that schedules units of work on a Dispatcher. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
EventLoopScheduler |
Represents an object that schedules units of work on a designated thread. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
HistoricalScheduler |
Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
HistoricalSchedulerBase |
Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
ImmediateScheduler |
Represents an object that schedules units of work to run immediately on the current thread. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
NewThreadScheduler |
Represents an object that schedules each unit of work on a separate thread. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
Scheduler |
Provides a set of static methods for creating Schedulers. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
SynchronizationContextScheduler |
Represents an object that schedules units of work on a provided SynchronizationContext. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
TaskPoolScheduler |
Represents an object that schedules units of work using a provided TaskFactory. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
ThreadPoolScheduler |
Represents an object that schedules units of work on the threadpool. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
VirtualTimeScheduler<TAbsolute, TRelative> |
Represents the base class for virtual time schedulers using a priority queue for scheduled items. |
![Public class Public class](images/hh212009.pubclass(en-us,vs.103).gif) |
VirtualTimeSchedulerBase<TAbsolute, TRelative> |
Represents the base class for virtual time schedulers. |