Class CounterWithDateTime<T>
Class CounterWithDateTime<T> used by RateHelper classes in order to keep counters data together with DateTime.
This class is meant to be used as base class for more specific counter classes depending on the range of counters (uint, ulong, etc).public class CounterWithDateTime<T> : RateCounter<T>
Type Parameters
T
- Inheritance
-
RateCounter<T>CounterWithDateTime<T>
- Derived
- Extension Methods