RetryConstants static class RetryConstants Documentation Code public const RetryBackoffType DefaultBackoffType = 0 public static readonly TimeSpan DefaultBaseDelay public const int DefaultRetryCount = 3 public const int InfiniteRetryCount = -1 public const int MaxRetryCount = 100 public const string OnRetryEvent = "OnRetry" public const string StrategyType = "Retry"