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

Afficher le fichier Open project: Berico-Technologies/AMP Class Usage Examples

Protected Properties

Свойство Type Description
_log ILog

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

DuplexEventForm() public méthode

public DuplexEventForm ( ) : System
Résultat System

Handle_EventTypeA() public méthode

public Handle_EventTypeA ( EventTypeA message, string>.IDictionary headers ) : void
message EventTypeA
headers string>.IDictionary
Résultat void

Handle_EventTypeB() public méthode

public Handle_EventTypeB ( EventTypeB message, string>.IDictionary headers ) : void
message EventTypeB
headers string>.IDictionary
Résultat void

Handle_ExampleRequest() public méthode

public Handle_ExampleRequest ( ExampleRequest request, string>.IDictionary headers ) : void
request ExampleRequest
headers string>.IDictionary
Résultat void

InformUser() protected méthode

protected InformUser ( string message ) : void
message string
Résultat void

Log() protected méthode

protected Log ( string message ) : void
message string
Résultat void

WarnUser() protected méthode

protected WarnUser ( string message ) : void
message string
Résultat void

Property Details

_log protected_oe property

protected ILog _log
Résultat ILog