C# 클래스 Microsoft.IronStudio.Project.DirectoryBasedProjectNode.SynchronizingInvoke

Marshals any events fired by the file system watcher back onto the UI thread where we can safely process the event.
상속: ISynchronizeInvoke
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object
SynchronizingInvoke ( Dispatcher dispatcher ) : System

메소드 상세

BeginInvoke() 공개 메소드

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
리턴 IAsyncResult

EndInvoke() 공개 메소드

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
리턴 object

Invoke() 공개 메소드

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
리턴 object

SynchronizingInvoke() 공개 메소드

public SynchronizingInvoke ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher
리턴 System