| DispatcherExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class DispatcherExtensions
| Name | Description | |
|---|---|---|
| RunAndAwaitAsync(Dispatcher, Action) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(Dispatcher, FuncTask) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(Dispatcher, FuncTaskT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(Dispatcher, FuncT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
|