C# Class ATMLUtilitiesLibrary.UTRSFileWatcher

Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

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

Private Methods

Method Description
ChangeWatcherState ( UTRSFileWatchable sender, bool state ) : bool
UTRSFileWatcher ( ) : System

Method Details

PauseWatcher() public method

public PauseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
return bool

ReleaseWatcher() public method

public ReleaseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
return bool

RestartWatcher() public method

public RestartWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
return bool

WatchFile() public method

public WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void
sender UTRSFileWatchable
documentPath string
documentName string
return void