Interface ICircuitBreaker
Namespace: Steeltoe.CircuitBreaker
Assembly: Steeltoe.CircuitBreaker.Abstractions.dll
Syntax
csharp
public interface ICircuitBreaker
Properties
| Edit this page View SourceAllowRequest
Declaration
csharp
bool AllowRequest { get; }
Property Value
Type | Description |
---|---|
System. |
IsOpen
Declaration
csharp
bool IsOpen { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Edit this page View SourceMarkSuccess()
Declaration
csharp
void MarkSuccess()