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

상속: System.ServiceProcess.ServiceBase, IQueueService, IDisposable
파일 보기 프로젝트 열기: RickStrahl/Westwind.QueueMessageManager 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( QueueMessageManager manager = null ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnContinue ( ) : void
OnCustomCommand ( int command ) : void
OnPause ( ) : void
OnStart ( string args ) : void

Set things in motion so your service can do its work.

OnStop ( ) : void

Stop this service.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnContinue() 보호된 메소드

protected OnContinue ( ) : void
리턴 void

OnCustomCommand() 보호된 메소드

protected OnCustomCommand ( int command ) : void
command int
리턴 void

OnPause() 보호된 메소드

protected OnPause ( ) : void
리턴 void

OnStart() 보호된 메소드

Set things in motion so your service can do its work.
protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

Stop this service.
protected OnStop ( ) : void
리턴 void

Start() 공개 메소드

public Start ( QueueMessageManager manager = null ) : void
manager Westwind.MessageQueueing.QueueMessageManager
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void