Table of Contents

Class CounterWithDateTime<T>

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

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
CounterWithDateTime<T>
Derived
Extension Methods