C# 클래스 WebApplications.Utilities.Configuration.ConfigurationFileWatcher

Watches for changes to the configuration file for the application.
상속: IDisposable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes this instance.

ToString ( ) : string
UnWatch ( [ section ) : void

Removes any watch on the specified section.

Watch ( [ section ) : void

Watches the specified section.

비공개 메소드들

메소드 설명
ConfigurationFileWatcher ( [ path ) : System

Initializes a new instance of the ConfigurationFileWatcher class.

WatcherOnChanged ( object arguments ) : void

Fired when a watcher is changed.

메소드 상세

Dispose() 공개 메소드

Disposes this instance.
public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnWatch() 공개 정적인 메소드

Removes any watch on the specified section.
public static UnWatch ( [ section ) : void
section [ The section.
리턴 void

Watch() 공개 정적인 메소드

Watches the specified section.
public static Watch ( [ section ) : void
section [ The section.
리턴 void