C# Class ArgusTV.Recorders.Common.FileSizeChecker

Mostrar archivo Open project: ARGUS-TV/ARGUS-TV-Recorders Class Usage Examples

Public Methods

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

Private Methods

Method Description
Initialize ( ) : void

Method Details

Check() public method

public Check ( ) : bool
return bool

Check() public method

public Check ( bool skipNonExistingFile ) : bool
skipNonExistingFile bool
return bool

FileSizeChecker() public method

public FileSizeChecker ( string fileName, System.TimeSpan checkInterval ) : System
fileName string
checkInterval System.TimeSpan
return System

Reset() public method

public Reset ( ) : void
return void