C# 클래스 FSWatcher.Watcher

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ErrorNotifier ( Exception>.Action notifier ) : void
ForceRefresh ( ) : void
StopWatching ( ) : void
Watch ( ) : void
Watcher ( string dir, Action directoryCreated, Action directoryDeleted, Action fileCreated, Action fileChanged, Action fileDeleted ) : System

비공개 메소드들

메소드 설명
clearCatchup ( ) : void
initialize ( ) : void
poll ( ) : void
setNextCatchup ( ) : void
timeSince ( System.DateTime time ) : int
waitingToCatchUp ( ) : bool
weNeedToCatchUp ( ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ErrorNotifier() 공개 메소드

public ErrorNotifier ( Exception>.Action notifier ) : void
notifier Exception>.Action
리턴 void

ForceRefresh() 공개 메소드

public ForceRefresh ( ) : void
리턴 void

StopWatching() 공개 메소드

public StopWatching ( ) : void
리턴 void

Watch() 공개 메소드

public Watch ( ) : void
리턴 void

Watcher() 공개 메소드

public Watcher ( string dir, Action directoryCreated, Action directoryDeleted, Action fileCreated, Action fileChanged, Action fileDeleted ) : System
dir string
directoryCreated Action
directoryDeleted Action
fileCreated Action
fileChanged Action
fileDeleted Action
리턴 System