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