Table of Contents

Class CounterWithTimeSpan<T>

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

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