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

Inheritance: IAsyncResult, IDisposable
Show file Open project: Patagames/Pdf.Wpf

Public Methods

Method Description
DispatcherOperationAsync ( System.Windows.Threading.DispatcherOperation dispatcherOperation ) : System
Dispose ( ) : void

Private Methods

Method Description
DopAborted ( object sender, EventArgs e ) : void
DopCompleted ( object sender, EventArgs e ) : void

Method Details

DispatcherOperationAsync() public method

public DispatcherOperationAsync ( System.Windows.Threading.DispatcherOperation dispatcherOperation ) : System
dispatcherOperation System.Windows.Threading.DispatcherOperation
return System

Dispose() public method

public Dispose ( ) : void
return void