C# Class Patagames.Pdf.Net.Controls.Wpf.DispatcherISyncInvoke

Inheritance: ISynchronizeInvoke
Afficher le fichier Open project: Patagames/Pdf.Wpf

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
DispatcherISyncInvoke ( Dispatcher dispatcher ) : System
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object

Method Details

BeginInvoke() public méthode

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

DispatcherISyncInvoke() public méthode

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

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