C# 클래스 Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.WebAppPerformanceCollector.SumUpCountersGauge

Gauge that sums up the values of different gauges.
상속: ICounterValue
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
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