C# Класс Catel.Windows.Threading.DispatcherHelper

Dispatcher helper class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ExitFrame ( object state ) : object
GetCurrentDispatcher ( ) : global::Windows.UI.Core.CoreDispatcher

Gets the current dispatcher.

Описание методов

BeginInvoke() публичный статический Метод

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.
Результат void

CheckAccess() публичный статический Метод

Checks the access of the dispatcher.
The is null.
public static CheckAccess ( this dispatcher ) : bool
dispatcher this The dispatcher.
Результат bool

DoEvents() публичный статический Метод

Processes all UI messages currently in the message queue.
public static DoEvents ( ) : void
Результат void