C# 클래스 NRack.Server.ConfigurationWatcher

The configuration file watcher, it is used for hot configuration updating
파일 보기 프로젝트 열기: kerryjiang/NRack 1 사용 예제들

공개 메소드들

메소드 설명
Watch ( ConfigurationSection configSection, IBootstrap bootstrap ) : void

Watches the specified configuration section.

비공개 메소드들

메소드 설명
NeedsLoadConfig ( string filePath ) : bool
OnConfigFileUpdated ( string filePath, string sectionName, IBootstrap bootstrap ) : void
Pause ( ) : void
Resume ( ) : void

메소드 상세

Watch() 공개 정적인 메소드

Watches the specified configuration section.
public static Watch ( ConfigurationSection configSection, IBootstrap bootstrap ) : void
configSection System.Configuration.ConfigurationSection The configuration section.
bootstrap IBootstrap The bootstrap.
리턴 void