Property | Type | Description | |
---|---|---|---|
_log | ILog |
Method | Description | |
---|---|---|
DuplexEventForm ( ) : System | ||
Handle_EventTypeA ( EventTypeA message, string>.IDictionary |
||
Handle_EventTypeB ( EventTypeB message, string>.IDictionary |
||
Handle_ExampleRequest ( ExampleRequest request, string>.IDictionary |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
InformUser ( string message ) : void | ||
Log ( string message ) : void | ||
WarnUser ( string message ) : void |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Handle_EventTypeA ( EventTypeA message, string>.IDictionary |
||
message | EventTypeA | |
headers | string>.IDictionary | |
return | void |
public Handle_EventTypeB ( EventTypeB message, string>.IDictionary |
||
message | EventTypeB | |
headers | string>.IDictionary | |
return | void |
public Handle_ExampleRequest ( ExampleRequest request, string>.IDictionary |
||
request | ExampleRequest | |
headers | string>.IDictionary | |
return | void |
protected InformUser ( string message ) : void | ||
message | string | |
return | void |