<PackageReference Include="Polly.Core" Version="8.6.2" />

Polly.Retry.RetryConstants

static class RetryConstants
namespace Polly.Retry { internal static class RetryConstants { public const string DefaultName = "Retry"; public const string OnRetryEvent = "OnRetry"; public const DelayBackoffType DefaultBackoffType = DelayBackoffType.Constant; public const int DefaultRetryCount = 3; public const int MaxRetryCount = int.MaxValue; public static readonly TimeSpan DefaultBaseDelay; } }