NHibernate.Lob.External.FileSystemCasConnection.GarbageCollect C# (CSharp) Méthode

GarbageCollect() public méthode

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