Click or drag to resize

DeviceStatisticsHelperTAddToMeasurementsWithError Method

Increases the count of the number of measurements received while the device is reporting errors.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void AddToMeasurementsWithError(
	int count
)
View Source

Parameters

count  Int32
The number of measurements received while the device is reporting errors since the last time this method was called.
Remarks
Call this each time measurements with errors have been received by the device in order to properly track the MeasurementsWithError statistic.
See Also