C# Класс Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.WebAppPerformanceCollector.SumUpCountersGauge

Gauge that sums up the values of different gauges.
Наследование: ICounterValue
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetValueAndReset() публичный Метод

Returns the current value of the sum of all different gauges attached to this one and resets their values.
public GetValueAndReset ( ) : double
Результат double

SumUpCountersGauge() публичный Метод

Initializes a new instance of the SumUpCountersGauge class.
public SumUpCountersGauge ( string name ) : System.Collections.Generic
name string Name of the SumUpCountersGauge.
Результат System.Collections.Generic