Relativity.DataExchange.Export.VolumeManagerV2.Batch
namespace Relativity.DataExchange.Export.VolumeManagerV2
{
public class Batch : IBatch
{
public Batch(IBatchExporter batchExporter, IBatchInitialization batchInitialization, IBatchCleanUp batchCleanUp, IBatchValidator batchValidator, IBatchState batchState, IMessenger messenger, ILog logger);
public Task ExportAsync(ObjectExportInfo[] artifacts, VolumePredictions[] volumePredictions, CancellationToken cancellationToken);
}
}