C# 클래스 Caliburn.Micro.Execute

Enables easy marshalling of code to the UI thread.
파일 보기 프로젝트 열기: bryanhunter/CaliburnMicroTalk 1 사용 예제들

공개 메소드들

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