ArgusTV.Recorders.Common.RecordingThreadBase.OnCheckFileSize C# (CSharp) 메소드

OnCheckFileSize() 보호된 메소드

protected OnCheckFileSize ( ) : bool
리턴 bool
        protected virtual bool OnCheckFileSize()
        {
            // If _fileSizeChecker is still null, we are in the prepare phase, but we also
            // consider this as good, the file will (as far as we know) still be recorded.
            return (_fileSizeChecker == null || _fileSizeChecker.Check());
        }