RetryHelper static class RetryHelper Documentation Code public static TimeSpan GetRetryDelay(DelayBackoffType type, bool jitter, int attempt, TimeSpan baseDelay, TimeSpan? maxDelay, ref double state, Func<double> randomizer) public static bool IsValidDelay(TimeSpan delay)