CounterMeasure
public CounterMeasure(Metadata metadata, IEnumerable<ISink> sinks, string unitOfMeasure, INonExecutingTaskScheduler taskScheduler, bool directWrite = false, int resolution = 1, Func<bool> killSwitch = null)
Initializes a new instance of the CounterMeasure class.
Decrements the counter.
Decrements the counter by the provided value.
Increments the counter.
Increments the counter by the provided value.
Retrieves the current iteration
Resets the counter back to zero.
Retrieves the current value.
Sends the counter value to all sinks.