Table of Contents

Class RateCounter<T>

Namespace
Skyline.DataMiner.Utils.Rates.Common
Assembly
Skyline.DataMiner.Utils.Rates.Common.dll

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