3 references to MaxAttempts
Microsoft.Arcade.Common (3)
ExponentialRetry.cs (3)
53for (int i = 0; i < MaxAttempts; i++) 57string attempt = $"Attempt {i + 1}/{MaxAttempts}"; 66if (i == MaxAttempts - 1)