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
Mostra file Open project: WaveServiceBus/WaveServiceBus

Public Methods

Method Description
Start ( ) : void
TopShelfHost ( IConfigurationContext configuration ) : System

Private Methods

Method Description
MergeConfiguration ( IConfigurationContext configuration ) : IConfigurationContext

Method Details

Start() public method

public Start ( ) : void
return void

TopShelfHost() public method

public TopShelfHost ( IConfigurationContext configuration ) : System
configuration IConfigurationContext
return System