NHibernate.Lob.External.FileSystemCasConnection.GarbageCollect C# (CSharp) Method

GarbageCollect() public method

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