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

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 DispatcherExtensions
Methods
  NameDescription
Public methodStatic memberRunAndAwaitAsync(Dispatcher, Action)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsync(Dispatcher, FuncTask)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(Dispatcher, FuncTaskT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodStatic memberRunAndAwaitAsyncT(Dispatcher, FuncT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Top
Version Information

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also