Relativity.DataExchange.Export.VolumeManagerV2.Batches.BatchExporter
namespace Relativity.DataExchange.Export.VolumeManagerV2.Batches
{
public class BatchExporter : IBatchExporter
{
public BatchExporter(IDownloader downloader, IImagesRollupManager imagesRollupManager, IMessenger messenger, IImageLoadFile imageLoadFile, ILoadFile loadFile, IFileDownloadSubscriber fileDownloadSubscriber);
public Task ExportAsync(ObjectExportInfo[] artifacts, CancellationToken cancellationToken);
}
}