Click or drag to resize
Cimbalino ToolkitCoreDispatcherExtensionsRunAndAwaitAsync Method
Overload List
  NameDescription
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, Action)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, FuncTaskT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, FuncTask)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, FuncT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, FuncIAsyncAction)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, FuncIAsyncOperationT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, Action)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncTaskT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, FuncTask)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, FuncIAsyncAction)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncIAsyncOperationT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Top
See Also