Class CounterWithTimeSpan<T>
Class CounterWithTimeSpan<T> used by RateHelper classes in order to keep counters data together with TimeSpan.
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 CounterWithTimeSpan<T> : RateCounter<T>
Type Parameters
T
- Inheritance
-
RateCounter<T>CounterWithTimeSpan<T>
- Derived
- Extension Methods