C# Class PoshWpf.WindowDispatcherAsyncResult

Inheritance: IAsyncResult, IExposeDispatcher
Afficher le fichier Open project: Jaykul/PoshConsole Class Usage Examples

Private Properties

Свойство Type Description
SetComplete void
SetException void
SetState void
SetWindow void

Méthodes publiques

Méthode Description
WindowDispatcherAsyncResult ( EventWaitHandle done ) : System

Private Methods

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

public WindowDispatcherAsyncResult ( EventWaitHandle done ) : System
done System.Threading.EventWaitHandle
Résultat System