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
파일 보기 프로젝트 열기: vtex/CSharp-DynamicSection

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