C# 클래스 PoshWpf.WindowDispatcherAsyncResult

상속: IAsyncResult, IExposeDispatcher
파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SetComplete void
SetException void
SetState void
SetWindow void

공개 메소드들

메소드 설명
WindowDispatcherAsyncResult ( EventWaitHandle done ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

WindowDispatcherAsyncResult() 공개 메소드

public WindowDispatcherAsyncResult ( EventWaitHandle done ) : System
done System.Threading.EventWaitHandle
리턴 System