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 SourceHystrixHealthCounts(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 SourceGetErrorCount()
Declaration
public long GetErrorCount()
Returns
Type | Description |
---|---|
System.Int64 |
GetErrorPercentage()
Declaration
public int GetErrorPercentage()
Returns
Type | Description |
---|---|
System.Int32 |
GetTotalRequests()
Declaration
public long GetTotalRequests()
Returns
Type | Description |
---|---|
System.Int64 |