Polly.CircuitBreaker
Namespace with 6 public types
Classes
BrokenCircuitException
Exception thrown when a circuit is broken.
BrokenCircuitException`1
Exception thrown when a circuit is broken.
CircuitBreakerPolicy
A circuit-breaker policy that can be applied to delegates.
CircuitBreakerPolicy`1
A circuit-breaker policy that can be applied to delegates returning a value of type .
IsolatedCircuitException
Exception thrown when a circuit is isolated (held open) by manual override.
Enumerations
CircuitState
Describes the possible states the circuit of a CircuitBreaker may be in.