Relativity.Transfer.Enumeration.Interfaces.IBatchAggregator public interface IBatchAggregator Documentation Code namespace Relativity.Transfer.Enumeration.Interfaces { public interface IBatchAggregator { void CreateBatch(); void AddToBatch(INode node); } }