C# Class Westwind.MessageQueueing.Service.QueueService

Inheritance: System.ServiceProcess.ServiceBase, IQueueService, IDisposable
显示文件 Open project: RickStrahl/Westwind.QueueMessageManager Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Start ( QueueMessageManager manager = null ) : void
Stop ( ) : void

Protected Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnContinue() protected method

protected OnContinue ( ) : void
return void

OnCustomCommand() protected method

protected OnCustomCommand ( int command ) : void
command int
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnStart() protected method

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

OnStop() protected method

Stop this service.
protected OnStop ( ) : void
return void

Start() public method

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

Stop() public method

public Stop ( ) : void
return void