C# 클래스 npantarhei.runtime.patterns.DispatchForWPF

상속: IDispatcher
파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
DispatchForWPF ( ) : System
Process ( System.Action continueWith ) : void
Process ( IMessage t, Action continueWith ) : void

메소드 상세

DispatchForWPF() 공개 메소드

public DispatchForWPF ( ) : System
리턴 System

Process() 공개 메소드

public Process ( System.Action continueWith ) : void
continueWith System.Action
리턴 void

Process() 공개 메소드

public Process ( IMessage t, Action continueWith ) : void
t IMessage
continueWith Action
리턴 void