C# Class System.Windows.Threading.Dispatcher

Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
CheckAccess bool
Dispatch void
Dispatcher System
Dispose void
Invoke void
InvokeDelegate void
dispatcher_callback void

Public Methods

Method Description
BeginInvoke ( System.Action a ) : System.Windows.Threading.DispatcherOperation
BeginInvoke ( Delegate d ) : System.Windows.Threading.DispatcherOperation

Private Methods

Method Description
CheckAccess ( ) : bool
Dispatch ( ) : void
Dispatcher ( ) : System
Dispose ( ) : void
Invoke ( Delegate d ) : void
InvokeDelegate ( Delegate d, object args ) : void
dispatcher_callback ( IntPtr data ) : void

Method Details

BeginInvoke() public method

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

BeginInvoke() public method

public BeginInvoke ( Delegate d ) : System.Windows.Threading.DispatcherOperation
d System.Delegate
return System.Windows.Threading.DispatcherOperation