C# Class Sundew.Xaml.Optimizations.Bindings.Internals.BindingDispatcher

Inheritance: IBindingDispatcher
ファイルを表示 Open project: hugener/Sundew.Xaml.Optimizations

Public Methods

Method Description
BindingDispatcher ( CoreDispatcher coreDispatcher ) : System
BindingDispatcher ( Dispatcher dispatcher ) : System
InvokeAsync ( Action action ) : void

Method Details

BindingDispatcher() public method

public BindingDispatcher ( CoreDispatcher coreDispatcher ) : System
coreDispatcher CoreDispatcher
return System

BindingDispatcher() public method

public BindingDispatcher ( Dispatcher dispatcher ) : System
dispatcher Dispatcher
return System

InvokeAsync() public method

public InvokeAsync ( Action action ) : void
action Action
return void