Class CircuitBreakerStateProvider
- Namespace
- Polly.CircuitBreaker
- Assembly
- Polly.Core.dll
Allows retrieval of the circuit breaker state.
public sealed class CircuitBreakerStateProvider
- Inheritance
-
CircuitBreakerStateProvider
- Inherited Members
Properties
CircuitState
Gets the state of the underlying circuit.
public CircuitState CircuitState { get; }