Click or drag to resize
Cimbalino ToolkitCoreDispatcherExtensions Class
Provides a set of static (Shared in Visual Basic) methods for CoreDispatcher instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsCoreDispatcherExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class CoreDispatcherExtensions
Methods
  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 memberRunAndAwaitAsync(CoreDispatcher, FuncTask)
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 memberRunAndAwaitAsync(CoreDispatcher, CoreDispatcherPriority, Action)
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 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, FuncTaskT)
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 memberRunAndAwaitAsyncT(CoreDispatcher, FuncIAsyncOperationT)
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 memberRunAndAwaitAsyncT(CoreDispatcher, CoreDispatcherPriority, FuncT)
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
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also