You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Polly.Core/CircuitBreaker/SimpleCircuitBreakerStrategyOptions.TResult.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ public class SimpleCircuitBreakerStrategyOptions<TResult> : CircuitBreakerStrate
23
23
/// <summary>
24
24
/// Gets or sets the number of the outcome failures handled by <see cref="CircuitBreakerStrategyOptions{TResult}.ShouldHandle"/> before opening the circuit.
25
25
/// </summary>
26
-
/// <remarks>
27
-
/// Must be greater than 0. Defaults to 100.
28
-
/// </remarks>
26
+
/// <value>
27
+
/// The default value is 100. Must be greater than 0.
/// Gets or sets the event that is raised when a hedging is performed.
85
87
/// </summary>
86
88
/// <remarks>
87
-
/// Defaults to <see langword="null"/>.
88
-
/// <para>
89
89
/// The hedging is executed when the current attempt outcome is not successful and the <see cref="ShouldHandle"/> predicate returns <see langword="true"/> or when
90
90
/// the current attempt did not finish within the <see cref="HedgingDelay"/>.
0 commit comments