C# 클래스 MahTweets.Core.Events.DefaultDispatcher

Wraps the Application Dispatcher.
상속: IDispatcherFacade
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method, object arg ) : void

Forwards the BeginInvoke to the current application's Dispatcher.

메소드 상세

BeginInvoke() 공개 메소드

Forwards the BeginInvoke to the current application's Dispatcher.
public BeginInvoke ( Delegate method, object arg ) : void
method System.Delegate Method to be invoked.
arg object Arguments to pass to the invoked method.
리턴 void