C# 클래스 Catel.Windows.Threading.DispatcherHelper

Dispatcher helper class.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

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