DeviceStatisticsHelperTAddToMeasurementsReceived Method

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

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
public void AddToMeasurementsReceived(
	int count
)

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