C# Класс Queue.Simulator.ClientRequstsForm

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

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

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

public ClientRequstsForm ( ) : Junte.Parallel
Результат Junte.Parallel

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

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