C# Class Wave.ServiceHosting.IIS.IISHost

Inheritance: BusHost
Show file Open project: WaveServiceBus/WaveServiceBus

Public Methods

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

Initializes and start the service host on a seperate thread from the main IIS application

Private Methods

Method Description
ConfigureIISForAutoStart ( ) : void
MergeConfiguration ( IConfigurationContext configuration ) : IConfigurationContext

Merges in configuration from external files from the passed in configuration

Method Details

IISHost() public method

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

Start() public method

Initializes and start the service host on a seperate thread from the main IIS application
public Start ( ) : void
return void