C# 클래스 amp.examples.gui.duplex.DuplexEventForm

파일 보기 프로젝트 열기: Berico-Technologies/AMP 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_log ILog

공개 메소드들

메소드 설명
DuplexEventForm ( ) : System
Handle_EventTypeA ( EventTypeA message, string>.IDictionary headers ) : void
Handle_EventTypeB ( EventTypeB message, string>.IDictionary headers ) : void
Handle_ExampleRequest ( ExampleRequest request, string>.IDictionary headers ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

InformUser ( string message ) : void
Log ( string message ) : void
WarnUser ( string message ) : void

비공개 메소드들

메소드 설명
DuplexEventForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
DuplexEventForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

_clearLogBtn_Click ( object sender, EventArgs e ) : void
_publishBtn_Click ( object sender, EventArgs e ) : void
_requestBtn_Click ( object sender, EventArgs e ) : void
_typeAChk_CheckedChanged ( object sender, EventArgs e ) : void
_typeBChk_CheckStateChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DuplexEventForm() 공개 메소드

public DuplexEventForm ( ) : System
리턴 System

Handle_EventTypeA() 공개 메소드

public Handle_EventTypeA ( EventTypeA message, string>.IDictionary headers ) : void
message EventTypeA
headers string>.IDictionary
리턴 void

Handle_EventTypeB() 공개 메소드

public Handle_EventTypeB ( EventTypeB message, string>.IDictionary headers ) : void
message EventTypeB
headers string>.IDictionary
리턴 void

Handle_ExampleRequest() 공개 메소드

public Handle_ExampleRequest ( ExampleRequest request, string>.IDictionary headers ) : void
request ExampleRequest
headers string>.IDictionary
리턴 void

InformUser() 보호된 메소드

protected InformUser ( string message ) : void
message string
리턴 void

Log() 보호된 메소드

protected Log ( string message ) : void
message string
리턴 void

WarnUser() 보호된 메소드

protected WarnUser ( string message ) : void
message string
리턴 void

프로퍼티 상세

_log 보호되어 있는 프로퍼티

protected ILog _log
리턴 ILog