C# Класс DynamicSection.DynamicConfigurationSection

Define a configuration section capable of running a refresh plugin instance, allowing refresh configuration every minute without restart application
Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ConfigReloadable_PropertyLoaded void
IsConfigReloadableSet bool
Timer_Elapsed void

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

Метод Описание
DynamicConfigurationSection ( ) : System

Create a 'DynamicConfigurationSection' instance and start 'OnClockMinute' monitoring timer

IsReadOnly ( ) : bool

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

Метод Описание
ConfigReloadable_PropertyLoaded ( object sender, object>.Tuple property ) : void
IsConfigReloadableSet ( ) : bool
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

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

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

Create a 'DynamicConfigurationSection' instance and start 'OnClockMinute' monitoring timer
public DynamicConfigurationSection ( ) : System
Результат System

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

public IsReadOnly ( ) : bool
Результат bool