• Home
Show / Hide Table of Contents

Class HystrixHealthCounts

Inheritance
System.Object
HystrixHealthCounts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixHealthCounts

Constructors

| Improve this Doc View Source

HystrixHealthCounts(Int64, Int64, Int32)

Declaration
public HystrixHealthCounts(long totalCount, long errorCount, int errorPercentage)
Parameters
Type Name Description
System.Int64 totalCount
System.Int64 errorCount
System.Int32 errorPercentage

Methods

| Improve this Doc View Source

GetErrorCount()

Declaration
public long GetErrorCount()
Returns
Type Description
System.Int64
| Improve this Doc View Source

GetErrorPercentage()

Declaration
public int GetErrorPercentage()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetTotalRequests()

Declaration
public long GetTotalRequests()
Returns
Type Description
System.Int64
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.