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

Relativity.DataExchange.Service.RetryableErrorsRetryPolicyFactory

public RetryableErrorsRetryPolicyFactory(IAppSettings settings, ILog logger)

Initializes a new instance of the RetryableErrorsRetryPolicyFactory class.

public RetryableErrorsRetryPolicyFactory(IAppSettings settings, ILog logger, Action<Exception, TimeSpan, int, Context> onRetry)

Initializes a new instance of the RetryableErrorsRetryPolicyFactory class.

public IAsyncPolicy CreateRetryPolicy()

public IAsyncPolicy<T> CreateRetryPolicy<T>()