C# 클래스 At.FF.Krems.FullscreenBrowser.QueueManager

The queue manager.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
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