System.Windows.Threading Namespace
Silverlight
Provides classes that support the Silverlight threading system.
| Class | Description | |
|---|---|---|
|
Dispatcher | Provides services for managing the queue of work items for a thread. |
|
DispatcherOperation | Infrastructure. Represents an operation that has been posted to the Dispatcher queue. |
|
DispatcherSynchronizationContext | Provides a synchronization context for Silverlight. |
|
DispatcherTimer | A timer that is integrated into the Dispatcher queue, which is processed at a specified interval of time and at a specified priority. |
Community Additions
ADD
Show: