C# Class ArgusTV.Recorders.Common.FileSizeChecker

Afficher le fichier Open project: ARGUS-TV/ARGUS-TV-Recorders Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : bool
Check ( bool skipNonExistingFile ) : bool
FileSizeChecker ( string fileName, System.TimeSpan checkInterval ) : System
Reset ( ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Check() public méthode

public Check ( ) : bool
Résultat bool

Check() public méthode

public Check ( bool skipNonExistingFile ) : bool
skipNonExistingFile bool
Résultat bool

FileSizeChecker() public méthode

public FileSizeChecker ( string fileName, System.TimeSpan checkInterval ) : System
fileName string
checkInterval System.TimeSpan
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void