Table of Contents

Interface ICircuitBreakerPolicy

Namespace
Polly.CircuitBreaker
Assembly
Polly.dll
public interface ICircuitBreakerPolicy : IsPolicy
Inherited Members
Extension Methods

Properties

CircuitState

CircuitState CircuitState { get; }

Property Value

CircuitState

LastException

Exception LastException { get; }

Property Value

Exception

Methods

Isolate()

void Isolate()

Reset()

void Reset()