Interface ICircuitBreakerPolicy
- Namespace
- Polly.CircuitBreaker
- Assembly
- Polly.dll
public interface ICircuitBreakerPolicy : IsPolicy
- Inherited Members
- Extension Methods
Properties
CircuitState
CircuitState CircuitState { get; }
Property Value
LastException
Exception LastException { get; }
Property Value
Methods
Isolate()
void Isolate()
Reset()
void Reset()