Property CircuitBreakerResetTimeout
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
CircuitBreakerResetTimeout
Gets or sets the duration after which a tripped circuit breaker transitions to half-open, allowing a single probe request through.
public TimeSpan CircuitBreakerResetTimeout { get; set; }
Property Value
Remarks
Must be positive. Defaults to 30 seconds.