C# 클래스 Westwind.MessageQueueing.Service.SampleQueueMessageManagerForm

파일 보기 프로젝트 열기: RickStrahl/Westwind.QueueMessageManager 1 사용 예제들

공개 메소드들

메소드 설명
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