C# 클래스 Microsoft.Practices.Prism.Events.DefaultDispatcher

Wraps the Application Dispatcher.
상속: IDispatcherFacade
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method ) : System.Threading.Tasks.Task

Forwards the BeginInvoke to the current deployment's System.Windows.Threading.Dispatcher.

메소드 상세

BeginInvoke() 공개 메소드

Forwards the BeginInvoke to the current deployment's System.Windows.Threading.Dispatcher.
public BeginInvoke ( Delegate method ) : System.Threading.Tasks.Task
method System.Delegate Method to be invoked.
리턴 System.Threading.Tasks.Task