C# 클래스 App42_WNS_Sample.DISPATCHER

파일 보기 프로젝트 열기: shephertz/App42-WinRT-Samples

공개 메소드들

메소드 설명
Execute ( System.Action action ) : void
ExecuteAsync ( System.Action action ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
InnerExecute ( System.Action action ) : System.Threading.Tasks.Task

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( System.Action action ) : void
action System.Action
리턴 void

ExecuteAsync() 공개 정적인 메소드

public static ExecuteAsync ( System.Action action ) : void
action System.Action
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void