C# Класс NRack.Server.ConfigurationWatcher

The configuration file watcher, it is used for hot configuration updating
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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