ALFA.ALFAERFResourceEntry.Release C# (CSharp) Method

Release() public method

Release reference to the repository.
public Release ( ) : void
return void
        public override void Release()
        {
            ALFAERFResourceRepository Container = Repository as ALFAERFResourceRepository;

            ReleaseRef();

            if (Container == null)
                throw new OEIShared.IO.OEIIOException(OEIShared.IO.OEIIOExceptionCause.BadRepositoryState);

            Container.ErfFile[EncapsulatedFileName].FlushData();
        }