| IDispatcherService Methods |
| Name | Description | |
|---|---|---|
| InvokeOnUiThreadAsync(Action) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsync(FuncTask) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsync(Action, Boolean) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsync(FuncTask, Boolean) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsyncT(FuncTaskT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsyncT(FuncT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsyncT(FuncTaskT, Boolean) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| InvokeOnUiThreadAsyncT(FuncT, Boolean) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
|