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();
		}