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

Inheritance: ISynchronizeInvoke
Show file Open project: Patagames/Pdf.Wpf

Public Methods

Method 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 method

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

DispatcherISyncInvoke() public method

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

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