NHibernate.Lob.External.FileSystemCasConnection.GarbageCollect C# (CSharp) 메소드

GarbageCollect() 공개 메소드

public GarbageCollect ( IEnumerable livingBlobIdentifiers ) : void
livingBlobIdentifiers IEnumerable
리턴 void
		public override void GarbageCollect(IEnumerable<byte[]> livingBlobIdentifiers)
		{
			throw new NotImplementedException();
		}