ICounter Interface

Definition

A detailed statistic counter. Usually a low level performance statistic used in troubleshooting scenarios.

public interface ICounter
type ICounter = interface
Public Interface ICounter
Derived

Properties

IsValueDelta

if this the statistic counter value is delta since last value reported or an absolute value

Name

the name of the statistic counter

Storage

Methods

GetDeltaString()
GetDisplayString()
GetValueString()
ResetCurrent()
TrackMetric(ITelemetryProducer)
TrackMetric(Logger)

Applies to