<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Export.VolumeManagerV2.Statistics.ProgressHandler

public abstract class ProgressHandler : IProgressHandler
namespace Relativity.DataExchange.Export.VolumeManagerV2.Statistics { public abstract class ProgressHandler : IProgressHandler { protected IDownloadProgressManager DownloadProgressManager { get; } protected ProgressHandler(IDownloadProgressManager downloadProgressManager, ILog logger); public void Subscribe(ITapiBridge tapiBridge); public void Unsubscribe(ITapiBridge tapiBridge); protected abstract void MarkAsTransferCompleted(string targetFile, int lineNumber, bool transferResult); } }