C# Class MassTransit.Cluster.Scheduler.SchedulerService

Inheritance: IBusService, IClusterService
Afficher le fichier Open project: fivepmtechnology/MassTransit-Cluster

Méthodes publiques

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

Méthode Description
IDisposable ( ) : void
SchedulerService ( [ schedulerFactory, [ bus ) : System

Method Details

Demoted() public méthode

public Demoted ( ) : void
Résultat void

Promoted() public méthode

public Promoted ( IServiceBus bus ) : void
bus IServiceBus
Résultat void

Start() public méthode

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
Résultat void

Stop() public méthode

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