C# Class amp.examples.gui.duplex.DuplexEventForm

Datei anzeigen Open project: Berico-Technologies/AMP Class Usage Examples

Protected Properties

Property Type Description
_log ILog

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

DuplexEventForm() public method

public DuplexEventForm ( ) : System
return System

Handle_EventTypeA() public method

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

Handle_EventTypeB() public method

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

Handle_ExampleRequest() public method

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

InformUser() protected method

protected InformUser ( string message ) : void
message string
return void

Log() protected method

protected Log ( string message ) : void
message string
return void

WarnUser() protected method

protected WarnUser ( string message ) : void
message string
return void

Property Details

_log protected_oe property

protected ILog _log
return ILog