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