C# Class TailBlazer.Domain.FileHandling.FileWatcher

Inheritance: IFileWatcher
Afficher le fichier Open project: RolandPheasant/TailBlazer

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

FileWatcher() public méthode

public FileWatcher ( [ fileInfo, IRatingService ratingsMetrics, IScheduler scheduler = null ) : System
fileInfo [
ratingsMetrics IRatingService
scheduler IScheduler
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

ScanFrom() public méthode

public ScanFrom ( long scanFrom ) : void
scanFrom long
Résultat void