DeviceStatisticsHelperTAddToMeasurementsWithError Method

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

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public void AddToMeasurementsWithError(
	int count
)

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