Dispatcher |
The DispatcherExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginInvoke(Dispatcher, Action) | Invokes the specified method asynchronously in the dispatcher thread. | |
| BeginInvoke(Dispatcher, DispatcherPriority, Action) | Invokes the specified method asynchronously in the dispatcher thread. | |
| Invoke(Dispatcher, Action) | Invokes the specified method in the dispatcher thread. | |
| InvokeT(Dispatcher, FuncT) | Invokes the specified method in the dispatcher thread. | |
| Restart | Restarts the specified timer. |