C# Class Wave.ServiceHosting.TopShelf.TopShelfHost

BusHost implementation that hosts the wave service host inside of a topshelf host. This allows for running the service as both a console application or a windows service
Inheritance: BusHost
Afficher le fichier Open project: WaveServiceBus/WaveServiceBus

Méthodes publiques

Méthode Description
Start ( ) : void
TopShelfHost ( IConfigurationContext configuration ) : System

Private Methods

Méthode Description
MergeConfiguration ( IConfigurationContext configuration ) : IConfigurationContext

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

TopShelfHost() public méthode

public TopShelfHost ( IConfigurationContext configuration ) : System
configuration IConfigurationContext
Résultat System