C# Class Catel.Windows.Threading.DispatcherHelper

Dispatcher helper class.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode 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.

Private Methods

Méthode Description
ExitFrame ( object state ) : object
GetCurrentDispatcher ( ) : global::Windows.UI.Core.CoreDispatcher

Gets the current dispatcher.

Method Details

BeginInvoke() public static méthode

Begins the invocation of an action using the dispatcher.
The is null. The is null.
public static BeginInvoke ( this dispatcher, System.Action action ) : void
dispatcher this The dispatcher.
action System.Action The action.
Résultat void

CheckAccess() public static méthode

Checks the access of the dispatcher.
The is null.
public static CheckAccess ( this dispatcher ) : bool
dispatcher this The dispatcher.
Résultat bool

DoEvents() public static méthode

Processes all UI messages currently in the message queue.
public static DoEvents ( ) : void
Résultat void