C# Класс Wave.ServiceHosting.IIS.IISHost

Наследование: BusHost
Показать файл Открыть проект

Открытые методы

Метод Описание
IISHost ( IConfigurationContext configuration ) : System
Start ( ) : void

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

Приватные методы

Метод Описание
ConfigureIISForAutoStart ( ) : void
MergeConfiguration ( IConfigurationContext configuration ) : IConfigurationContext

Merges in configuration from external files from the passed in configuration

Описание методов

IISHost() публичный Метод

public IISHost ( IConfigurationContext configuration ) : System
configuration IConfigurationContext
Результат System

Start() публичный Метод

Initializes and start the service host on a seperate thread from the main IIS application
public Start ( ) : void
Результат void