Data object used to store the measurements of a performance counter.
Description
The Counter class allows you to create data objects used to store the measurements of performance counters.
Important points
- This object is used by CachedCounters to store counters.
Constructors
Creates an instance of the data object.
Counter(String name, CounterType type)
- name: string - counter name.
- type: CounterType - counter type.