C# Class ATMLUtilitiesLibrary.UTRSFileWatcher

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
PauseWatcher ( UTRSFileWatchable sender ) : bool
ReleaseWatcher ( UTRSFileWatchable sender ) : bool
RestartWatcher ( UTRSFileWatchable sender ) : bool
WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void

Private Methods

Méthode Description
ChangeWatcherState ( UTRSFileWatchable sender, bool state ) : bool
UTRSFileWatcher ( ) : System

Method Details

PauseWatcher() public méthode

public PauseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Résultat bool

ReleaseWatcher() public méthode

public ReleaseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Résultat bool

RestartWatcher() public méthode

public RestartWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Résultat bool

WatchFile() public méthode

public WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void
sender UTRSFileWatchable
documentPath string
documentName string
Résultat void