C# Класс At.FF.Krems.FullscreenBrowser.QueueManager

The queue manager.
Показать файл Открыть проект

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

Метод Описание
ExecuteAction ( System.Action action, bool executeIfCalledOnWorkerThread = false ) : void

Executes an action in the worker thread. If you call this method not on worker thread, no action will be executed.

QueueManager ( ) : System

Initializes a new instance of the QueueManager class.

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

ExecuteAction() публичный Метод

Executes an action in the worker thread. If you call this method not on worker thread, no action will be executed.
public ExecuteAction ( System.Action action, bool executeIfCalledOnWorkerThread = false ) : void
action System.Action The action. Use it like delegate{...}.
executeIfCalledOnWorkerThread bool If method gets called on worker thread and this flag is set to true, action will be called direct on worker thread. /// If false no execution! Default is false.
Результат void

QueueManager() публичный Метод

Initializes a new instance of the QueueManager class.
public QueueManager ( ) : System
Результат System