C# Class MassTransit.Cluster.Scheduler.SchedulerService

Inheritance: IBusService, IClusterService
Mostrar archivo Open project: fivepmtechnology/MassTransit-Cluster

Public Methods

Method Description
Demoted ( ) : void
Promoted ( IServiceBus bus ) : void
Start ( IServiceBus bus ) : void

Called when the service is being started, which is after the service bus has been started.

Stop ( ) : void

Called when the ServiceBus is being disposed, to allow any resources or subscriptions to be released.

Private Methods

Method Description
IDisposable ( ) : void
SchedulerService ( [ schedulerFactory, [ bus ) : System

Method Details

Demoted() public method

public Demoted ( ) : void
return void

Promoted() public method

public Promoted ( IServiceBus bus ) : void
bus IServiceBus
return void

Start() public method

Called when the service is being started, which is after the service bus has been started.
public Start ( IServiceBus bus ) : void
bus IServiceBus The service bus
return void

Stop() public method

Called when the ServiceBus is being disposed, to allow any resources or subscriptions to be released.
public Stop ( ) : void
return void