| CoreDispatcherExtensionsRunAndAwaitAsync Method |
| Name | Description | |
|---|---|---|
| RunAndAwaitAsync(CoreDispatcher, Action) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, FuncTaskT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(CoreDispatcher, FuncTask) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, FuncT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(CoreDispatcher, FuncIAsyncAction) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, FuncIAsyncOperationT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, Action) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncTaskT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, FuncTask) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, FuncIAsyncAction) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
| |
| RunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncIAsyncOperationT) |
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
|