Property | Type | Description | |
---|---|---|---|
CheckAccess | bool | ||
Dispatch | void | ||
Dispatcher | System | ||
Dispose | void | ||
Invoke | void | ||
InvokeDelegate | void | ||
dispatcher_callback | void |
Method | Description | |
---|---|---|
BeginInvoke ( System.Action a ) : System.Windows.Threading.DispatcherOperation | ||
BeginInvoke ( |
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 |
public BeginInvoke ( System.Action a ) : System.Windows.Threading.DispatcherOperation | ||
a | System.Action | |
return | System.Windows.Threading.DispatcherOperation |
public BeginInvoke ( |
||
d | ||
return | System.Windows.Threading.DispatcherOperation |