Relativity.DataExchange.Export.VolumeManagerV2.Download.TapiHelpers.FileTapiBridgePool
Represents a class object used to dynamically create and manage pooled transfer bridges.
Implements the IFileTapiBridgePool
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download.TapiHelpers
{
public class FileTapiBridgePool : IFileTapiBridgePool, IDisposable
{
public int Count { get; }
public FileTapiBridgePool(TapiBridgeParametersFactory factory, ITapiObjectService tapiObjectService, DownloadProgressManager downloadProgressManager, FilesStatistics filesStatistics, IMessagesHandler messageHandler, ITransferClientHandler transferClientHandler, ILog logger, Func<string> getCorrelationId);
public void Dispose();
public IDownloadTapiBridge (IRelativityFileShareSettings settings, CancellationToken token);
}
}