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
ファイルを表示 Open project: Elders/Hystrix.NET

Public Methods

Method Description
AllowRequest ( ) : bool
IsOpen ( ) : bool
MarkSuccess ( ) : void

Method Details

AllowRequest() public method

public AllowRequest ( ) : bool
return bool

IsOpen() public method

public IsOpen ( ) : bool
return bool

MarkSuccess() public method

public MarkSuccess ( ) : void
return void