Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.Extensions.DispatcherExtensions Class Reference
Collaboration diagram for VolumeControl.WPF.Extensions.DispatcherExtensions:

Static Public Member Functions

static void InvokeIfRequired (this System.Windows.Threading.Dispatcher dispatcher, Action callback)
 
static void InvokeIfRequired (this System.Windows.Threading.Dispatcher dispatcher, Action callback, System.Windows.Threading.DispatcherPriority priority)
 
static void InvokeIfRequired (this System.Windows.Threading.Dispatcher dispatcher, Action callback, System.Windows.Threading.DispatcherPriority priority, System.Threading.CancellationToken cancellationToken)
 
static void InvokeIfRequired (this System.Windows.Threading.Dispatcher dispatcher, Action callback, System.Windows.Threading.DispatcherPriority priority, System.Threading.CancellationToken cancellationToken, TimeSpan timeout)
 
static TResult InvokeIfRequired< TResult > (this System.Windows.Threading.Dispatcher dispatcher, Func< TResult > callback)
 

Detailed Description


The documentation for this class was generated from the following file: