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

Configured to force a request to the host app so that it wakes up and restarts the Wave host when a application pool cycles.
상속: IProcessHostPreloadClient
파일 보기 프로젝트 열기: WaveServiceBus/WaveServiceBus

공개 메소드들

메소드 설명
Preload ( string parameters ) : void

Makes a web request to the host application so that it wakes up and starts

비공개 메소드들

메소드 설명
GetBindings ( ) : string>>.IEnumerable

Retrieves IIS bindings, used to figure out the scheme and port the host is running on

메소드 상세

Preload() 공개 메소드

Makes a web request to the host application so that it wakes up and starts
public Preload ( string parameters ) : void
parameters string
리턴 void