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