Polly.CircuitBreaker
Namespace with 4 public types
Classes
BrokenCircuitException
Exception thrown when a circuit is broken.
CircuitBreakerPolicy
A circuit-breaker policy that can be applied to delegates.
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.