DeviceStatisticsHelperTUpdate(Int64) 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.141 -- Release Build+bdf56a3938e56213864ec1432892d5e4deb869ac
public void Update(
	long nowTicks
)

Parameters

nowTicks  Int64
The current time, in ticks.

Remarks

Call this periodically, preferably on a slow timer (e.g., once per second), in order to update the MeasurementsReceived, MeasurementsWithError, and MeasurementsExpected statistics. This method is preferred when tracking statistics for multiple IDevices to reduce the number of calls to UtcNow.

See Also