Method | Description | |
---|---|---|
BeginInvoke ( this dispatcher, System.Action action ) : void |
Begins the invocation of an action using the dispatcher.
|
|
CheckAccess ( this dispatcher ) : bool |
Checks the access of the dispatcher.
|
|
DoEvents ( ) : void |
Processes all UI messages currently in the message queue.
|
Method | Description | |
---|---|---|
ExitFrame ( object state ) : object | ||
GetCurrentDispatcher ( ) : global::Windows.UI.Core.CoreDispatcher |
Gets the current dispatcher.
|
public static BeginInvoke ( this dispatcher, System.Action action ) : void | ||
dispatcher | this | The dispatcher. |
action | System.Action | The action. |
return | void |
public static CheckAccess ( this dispatcher ) : bool | ||
dispatcher | this | The dispatcher. |
return | bool |