AdvancedCircuitBreakerStrategyOptions<TResult>
public class AdvancedCircuitBreakerStrategyOptions<TResult> : CircuitBreakerStrategyOptions<TResult>
The options for advanced circuit breaker resilience strategy.
Gets or sets the failure threshold at which the circuit will break.
Gets or sets the minimum throughput: this many actions or more must pass through the circuit in the time-slice,
for statistics to be considered significant and the circuit-breaker to come into action.
Gets or sets the duration of the sampling over which failure ratios are assessed.