CircuitBreakerPolicy.ConsecutiveErrors Property

Definition

Number of consecutive errors before the circuit breaker opens.

public int? ConsecutiveErrors { get; set; }
member this.ConsecutiveErrors : Nullable<int> with get, set
Public Property ConsecutiveErrors As Nullable(Of Integer)

Property Value

Applies to