C# Class Westwind.MessageQueueing.Service.SampleQueueMessageManagerForm

Afficher le fichier Open project: RickStrahl/Westwind.QueueMessageManager Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetRequestText() public méthode

public GetRequestText ( ) : string
Résultat string

SampleQueueMessageManagerForm() public méthode

public SampleQueueMessageManagerForm ( ) : System
Résultat System

SetRequestText() public méthode

public SetRequestText ( string Text ) : void
Text string
Résultat void

StartProcessing() public méthode

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

StopProcessing() public méthode

Stops processing requests.
public StopProcessing ( ) : void
Résultat void

WriteEntry() public méthode

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