IDispatcherService Members
Contains methods that use the Dispatcher to perform actions in a ViewModel.Methods
| Name | Description |
|---|---|
| BeginInvoke(Action) | Executes the specified delegate asynchronously. |
| Invoke(Action) | Executes the specified delegate. |
See Also