C# 클래스 Wave.ServiceHosting.IIS.IISHost

상속: BusHost
파일 보기 프로젝트 열기: WaveServiceBus/WaveServiceBus

공개 메소드들

메소드 설명
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