IDispatcher Methods |
Name | Description | |
---|---|---|
RunAsync(Action) |
Executes the specified delegate asynchronously with the specified arguments, with
priority Normal, on the thread that the IDispatcher was created on.
| |
RunAsync(DispatcherPriority, Action) |
Executes the specified delegate asynchronously with the specified arguments, at the
specified priority, on the thread that the IDispatcher was created on.
|