C# Class FSWatcher.Watcher

Inheritance: IDisposable
Afficher le fichier Open project: acken/FSWatcher Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
clearCatchup ( ) : void
initialize ( ) : void
poll ( ) : void
setNextCatchup ( ) : void
timeSince ( System.DateTime time ) : int
waitingToCatchUp ( ) : bool
weNeedToCatchUp ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ErrorNotifier() public méthode

public ErrorNotifier ( Exception>.Action notifier ) : void
notifier Exception>.Action
Résultat void

ForceRefresh() public méthode

public ForceRefresh ( ) : void
Résultat void

StopWatching() public méthode

public StopWatching ( ) : void
Résultat void

Watch() public méthode

public Watch ( ) : void
Résultat void

Watcher() public méthode

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
Résultat System