C# Class Elders.Hystrix.NET.HealthCounts

Stores summarized health metrics about HystrixCommands.
Exibir arquivo Open project: Elders/Hystrix.NET Class Usage Examples

Public Methods

Method Description
HealthCounts ( long total, long error )

Initializes a new instance of HealthCounts.

Method Details

HealthCounts() public method

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.