ICounter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |