C# 클래스 StoryTeller.Files.FileChangeWatcher

상속: IDisposable
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChangeBuffer int

공개 메소드들

메소드 설명
Dispose ( ) : void
FileChangeWatcher ( string root, FileSet fileSet, IChangeSetHandler handler ) : System
Latch ( System.Action action ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
execute ( object state ) : void
findFiles ( ) : IFileReference[]
processChanges ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileChangeWatcher() 공개 메소드

public FileChangeWatcher ( string root, FileSet fileSet, IChangeSetHandler handler ) : System
root string
fileSet Baseline.FileSet
handler IChangeSetHandler
리턴 System

Latch() 공개 메소드

public Latch ( System.Action action ) : void
action System.Action
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

ChangeBuffer 공개적으로 프로퍼티

Time in milliseconds that the polling watcher should wait for additional changes
public int ChangeBuffer
리턴 int