C# Class 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.
Inheritance: ISynchronizeInvoke
ファイルを表示 Open project: jschementi/iron

Public Methods

Method Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object
SynchronizingInvoke ( Dispatcher dispatcher ) : System

Method Details

BeginInvoke() public method

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

EndInvoke() public method

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
return object

Invoke() public method

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

SynchronizingInvoke() public method

public SynchronizingInvoke ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher
return System