C# Класс Westwind.MessageQueueing.Service.SampleQueueMessageManagerForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetRequestText ( ) : string
SampleQueueMessageManagerForm ( ) : System
SetRequestText ( string Text ) : void
StartProcessing ( ) : void

Start the Controller to look for requests and queue them

StopProcessing ( ) : void

Stops processing requests.

WriteEntry ( string Message ) : void

Writes out a message to the List display.

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

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

Clean up any resources being used.

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

Метод Описание
Controller_ExecuteComplete ( QueueMessageManager Message ) : void
Controller_ExecuteFailed ( QueueMessageManager Message, Exception ex ) : void
Controller_ExecuteStart ( QueueMessageManager Message ) : void
InitializeComponent ( ) : void

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

QueueMessageServerForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
QueueMessageServerForm_Load ( object sender, EventArgs e ) : void
btnCreateTable_Click ( object sender, EventArgs e ) : void
btnStart_Click ( object sender, EventArgs e ) : void

Start the Controller to look for requests and queue them

btnStop_Click ( object sender, EventArgs e ) : void

Stop the control

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

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

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

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

public GetRequestText ( ) : string
Результат string

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

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

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

public SetRequestText ( string Text ) : void
Text string
Результат void

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

Start the Controller to look for requests and queue them
public StartProcessing ( ) : void
Результат void

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

Stops processing requests.
public StopProcessing ( ) : void
Результат void

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

Writes out a message to the List display.
public WriteEntry ( string Message ) : void
Message string
Результат void