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
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode 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 méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object

SynchronizingInvoke() public méthode

public SynchronizingInvoke ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher
Résultat System