C# 클래스 Elders.Hystrix.NET.Test.CircuitBreakerTestImplementations.TestCircuitBreaker

상속: IHystrixCircuitBreaker
파일 보기 프로젝트 열기: Elders/Hystrix.NET 1 사용 예제들

공개 메소드들

메소드 설명
AllowRequest ( ) : bool
IsOpen ( ) : bool
MarkSuccess ( ) : void
SetForceShortCircuit ( bool value ) : TestCircuitBreaker
TestCircuitBreaker ( ) : Elders.Hystrix.NET.Test.HystrixCommandTestImplementations

메소드 상세

AllowRequest() 공개 메소드

public AllowRequest ( ) : bool
리턴 bool

IsOpen() 공개 메소드

public IsOpen ( ) : bool
리턴 bool

MarkSuccess() 공개 메소드

public MarkSuccess ( ) : void
리턴 void

SetForceShortCircuit() 공개 메소드

public SetForceShortCircuit ( bool value ) : TestCircuitBreaker
value bool
리턴 TestCircuitBreaker

TestCircuitBreaker() 공개 메소드

public TestCircuitBreaker ( ) : Elders.Hystrix.NET.Test.HystrixCommandTestImplementations
리턴 Elders.Hystrix.NET.Test.HystrixCommandTestImplementations