C# Class TailBlazer.Domain.FileHandling.FileWatcher

Inheritance: IFileWatcher
Datei anzeigen Open project: RolandPheasant/TailBlazer

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void
FileWatcher ( [ fileInfo, IRatingService ratingsMetrics, IScheduler scheduler = null ) : System
Reset ( ) : void
ScanFrom ( long scanFrom ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

FileWatcher() public method

public FileWatcher ( [ fileInfo, IRatingService ratingsMetrics, IScheduler scheduler = null ) : System
fileInfo [
ratingsMetrics IRatingService
scheduler IScheduler
return System

Reset() public method

public Reset ( ) : void
return void

ScanFrom() public method

public ScanFrom ( long scanFrom ) : void
scanFrom long
return void