Свойство | Тип | Описание | |
---|---|---|---|
ClientRequstsForm_FormClosing | void | ||
InitializeComponent | void | ||
addClientRequest | void | ||
getServices | Task |
||
log | void | ||
startButton_Click | void | ||
stopButton_Click | void |
Метод | Описание | |
---|---|---|
ClientRequstsForm ( ) : Junte.Parallel |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ClientRequstsForm_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
addClientRequest ( Service service ) : void | ||
getServices ( ServiceGroup serviceGroup = null ) : Task |
||
log ( string message ) : void | ||
startButton_Click ( object sender, EventArgs e ) : void | ||
stopButton_Click ( object sender, EventArgs e ) : void |
public ClientRequstsForm ( ) : Junte.Parallel | ||
Результат | Junte.Parallel |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |