C# Class AgentWebServiceSample.SimpleAgent

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: presence/presence-ws-examples

Méthodes publiques

Méthode Description
SimpleAgent ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateActionButtons ( Int32 actionMask ) : void

Private Methods

Méthode Description
BntEndContact_Click ( object sender, EventArgs e ) : void
BtnAnswer_Click ( object sender, EventArgs e ) : void
BtnClear_Click ( object sender, EventArgs e ) : void
BtnLogin_Click ( object sender, EventArgs e ) : void
BtnLogout_Click ( object sender, EventArgs e ) : void
BtnStart_Click ( object sender, EventArgs e ) : void
BtnStop_Click ( object sender, EventArgs e ) : void
CheckEvents ( ) : void
InitializeComponent ( ) : void

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

RetrieveEvents ( ) : void
SimpleAgent_Load ( object sender, EventArgs e ) : void
WriteCheckResponse ( object sender, WaitForEventCompletedEventArgs args ) : void
button1_Click ( 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

SimpleAgent() public méthode

public SimpleAgent ( ) : System
Résultat System

UpdateActionButtons() protected méthode

protected UpdateActionButtons ( Int32 actionMask ) : void
actionMask Int32
Résultat void