Click or drag to resize

DeviceStatisticsHelperTAddToMeasurementsReceived Method

Increases the count of the number of measurements received from the device.

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

Parameters

count  Int32
The number of measurements received from the device since the last time this method was called.
Remarks
Call this each time measurements have been received by the device in order to properly track the MeasurementsReceived statistic.
See Also