C# 클래스 Enigma.Wpf.Execute

파일 보기 프로젝트 열기: onethawt/enigma-d3

공개 메소드들

메소드 설명
OnUIThread ( System.Action action ) : void
OnUIThreadAsync ( System.Action action ) : System.Threading.Tasks.Task

메소드 상세

OnUIThread() 공개 정적인 메소드

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

OnUIThreadAsync() 공개 정적인 메소드

public static OnUIThreadAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
리턴 System.Threading.Tasks.Task