C# Class Pabloware.About.Tools.OptionalDispatcher

显示文件 Open project: PawelStroinski/Pabloware.About.Phone Class Usage Examples

Public Methods

Method Description
BeginInvoke ( System.Action action ) : System.Windows.Threading.DispatcherOperation
OptionalDispatcher ( ) : System
OptionalDispatcher ( Dispatcher dispatcher ) : System

Method Details

BeginInvoke() public method

public BeginInvoke ( System.Action action ) : System.Windows.Threading.DispatcherOperation
action System.Action
return System.Windows.Threading.DispatcherOperation

OptionalDispatcher() public method

public OptionalDispatcher ( ) : System
return System

OptionalDispatcher() public method

public OptionalDispatcher ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher
return System