Table of Contents

Enum CircuitState

Namespace
Polly.CircuitBreaker
Assembly
Polly.dll
public enum CircuitState

Fields

Closed = 0
HalfOpen = 2
Isolated = 3
Open = 1