Click or drag to resize

DeviceStatisticsHelperTUpdate Method

Updates the statistics for the number of measurements received and the number of measurements expected in the IDevice wrapped by this helper.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void Update()
View Source
Remarks
Call this periodically, preferably on a slow timer (e.g., once per second), in order to update the MeasurementsReceived, MeasurementsWithError, and MeasurementsExpected statistics.
See Also