C# Класс AgentWebServiceSample.SimpleAgent

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
SimpleAgent ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateActionButtons ( Int32 actionMask ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SimpleAgent() публичный Метод

public SimpleAgent ( ) : System
Результат System

UpdateActionButtons() защищенный Метод

protected UpdateActionButtons ( Int32 actionMask ) : void
actionMask Int32
Результат void