C# Class DynamicSection.DynamicConfigurationSection

Define a configuration section capable of running a refresh plugin instance, allowing refresh configuration every minute without restart application
Inheritance: System.Configuration.ConfigurationSection
ファイルを表示 Open project: vtex/CSharp-DynamicSection

Private Properties

Property Type Description
ConfigReloadable_PropertyLoaded void
IsConfigReloadableSet bool
Timer_Elapsed void

Public Methods

Method Description
DynamicConfigurationSection ( ) : System

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

IsReadOnly ( ) : bool

Private Methods

Method Description
ConfigReloadable_PropertyLoaded ( object sender, object>.Tuple property ) : void
IsConfigReloadableSet ( ) : bool
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

DynamicConfigurationSection() public method

Create a 'DynamicConfigurationSection' instance and start 'OnClockMinute' monitoring timer
public DynamicConfigurationSection ( ) : System
return System

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool