C# Class Westwind.MessageQueueing.Service.SampleQueueMessageManagerForm

Datei anzeigen Open project: RickStrahl/Westwind.QueueMessageManager Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetRequestText() public method

public GetRequestText ( ) : string
return string

SampleQueueMessageManagerForm() public method

public SampleQueueMessageManagerForm ( ) : System
return System

SetRequestText() public method

public SetRequestText ( string Text ) : void
Text string
return void

StartProcessing() public method

Start the Controller to look for requests and queue them
public StartProcessing ( ) : void
return void

StopProcessing() public method

Stops processing requests.
public StopProcessing ( ) : void
return void

WriteEntry() public method

Writes out a message to the List display.
public WriteEntry ( string Message ) : void
Message string
return void