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());
        }