C# 클래스 Elders.Hystrix.NET.HealthCounts

Stores summarized health metrics about HystrixCommands.
파일 보기 프로젝트 열기: Elders/Hystrix.NET 1 사용 예제들

공개 메소드들

메소드 설명
HealthCounts ( long total, long error )

Initializes a new instance of HealthCounts.

메소드 상세

HealthCounts() 공개 메소드

Initializes a new instance of HealthCounts.
public HealthCounts ( long total, long error )
total long The total number of requests made by this command.
error long The total number of errors made by this command.