C# 클래스 ArgusTV.Recorders.Common.FileSizeChecker

파일 보기 프로젝트 열기: ARGUS-TV/ARGUS-TV-Recorders 1 사용 예제들

공개 메소드들

메소드 설명
Check ( ) : bool
Check ( bool skipNonExistingFile ) : bool
FileSizeChecker ( string fileName, System.TimeSpan checkInterval ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

Check() 공개 메소드

public Check ( bool skipNonExistingFile ) : bool
skipNonExistingFile bool
리턴 bool

FileSizeChecker() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void