C# Class Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.WebAppPerformanceCollector.SumUpCountersGauge

Gauge that sums up the values of different gauges.
Inheritance: ICounterValue
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Méthodes publiques

Méthode Description
GetValueAndReset ( ) : double

Returns the current value of the sum of all different gauges attached to this one and resets their values.

SumUpCountersGauge ( string name ) : System.Collections.Generic

Initializes a new instance of the SumUpCountersGauge class.

Method Details

GetValueAndReset() public méthode

Returns the current value of the sum of all different gauges attached to this one and resets their values.
public GetValueAndReset ( ) : double
Résultat double

SumUpCountersGauge() public méthode

Initializes a new instance of the SumUpCountersGauge class.
public SumUpCountersGauge ( string name ) : System.Collections.Generic
name string Name of the SumUpCountersGauge.
Résultat System.Collections.Generic