C# 클래스 Aqueduct.Common.FileChangeNotifier

상속: IDisposable
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FileChangeNotifier ( string file ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ConfigFileWatcher_OnChanged ( object source, FileSystemEventArgs e ) : void
OnChanged ( ) : void
TimerCallback ( object state ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileChangeNotifier() 공개 메소드

public FileChangeNotifier ( string file ) : System
file string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void