C# Class PoshWpf.WindowDispatcherAsyncResult

Inheritance: IAsyncResult, IExposeDispatcher
Exibir arquivo Open project: Jaykul/PoshConsole Class Usage Examples

Private Properties

Property Type Description
SetComplete void
SetException void
SetState void
SetWindow void

Public Methods

Method Description
WindowDispatcherAsyncResult ( EventWaitHandle done ) : System

Private Methods

Method Description
SetComplete ( PresentationResult result ) : void

used to set the result when the window is closed

SetException ( Exception ex ) : void

used to set the result to throw an exception

SetState ( object stateObject ) : void
SetWindow ( Window window ) : void

used to set the dispatcher once the window is initialized

Method Details

WindowDispatcherAsyncResult() public method

public WindowDispatcherAsyncResult ( EventWaitHandle done ) : System
done System.Threading.EventWaitHandle
return System