C# Class Elders.Hystrix.NET.CircuitBreaker.NoOpCircuitBreaker

An implementation of the circuit breaker that does nothing. Used if circuit breaker is disabled for a command.
Inheritance: IHystrixCircuitBreaker
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
AllowRequest ( ) : bool
IsOpen ( ) : bool
MarkSuccess ( ) : void

Method Details

AllowRequest() public méthode

public AllowRequest ( ) : bool
Résultat bool

IsOpen() public méthode

public IsOpen ( ) : bool
Résultat bool

MarkSuccess() public méthode

public MarkSuccess ( ) : void
Résultat void