DeviceStatisticsHelperTUpdate Method

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

Definition

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

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