C# Класс Caliburn.Micro.Execute

Enables easy marshalling of code to the UI thread.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InitializeWithDispatcher ( ) : void

Initializes the framework using the current dispatcher.

OnUIThread ( this action ) : void

Executes the action on the UI thread.

ResetWithoutDispatcher ( ) : void

Resets the executor to use a non-dispatcher-based action executor.

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

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

Initializes the framework using the current dispatcher.
public static InitializeWithDispatcher ( ) : void
Результат void

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

Executes the action on the UI thread.
public static OnUIThread ( this action ) : void
action this The action to execute.
Результат void

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

Resets the executor to use a non-dispatcher-based action executor.
public static ResetWithoutDispatcher ( ) : void
Результат void