ALFA.ALFAERFResourceEntry.Release C# (CSharp) 메소드

Release() 공개 메소드

Release reference to the repository.
public Release ( ) : void
리턴 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();
        }