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

Relativity.DataExchange.Export.VolumeManagerV2.Download.TapiHelpers.IFileTapiBridgePool

public interface IFileTapiBridgePool : IDisposable
Represents an abstract object used to dynamically create and manage pooled transfer bridges. Implements the IDisposable
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download.TapiHelpers { public interface IFileTapiBridgePool : IDisposable { int Count { get; } IDownloadTapiBridge Request(IRelativityFileShareSettings settings, CancellationToken token); } }