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
Afficher le fichier Open project: vtex/CSharp-DynamicSection

Private Properties

Свойство Type Description
ConfigReloadable_PropertyLoaded void
IsConfigReloadableSet bool
Timer_Elapsed void

Méthodes publiques

Méthode Description
DynamicConfigurationSection ( ) : System

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

IsReadOnly ( ) : bool

Private Methods

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

Method Details

DynamicConfigurationSection() public méthode

Create a 'DynamicConfigurationSection' instance and start 'OnClockMinute' monitoring timer
public DynamicConfigurationSection ( ) : System
Résultat System

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool