DeviceStatisticsHelperTReset Method
Resets the member variables used to track
statistics for the device wrapped by this helper.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
Call this when the connection to a device has been
reset to mark a starting point for statistics gathering.
Since the
Update(Int64) method keeps track
of the time it was last called, it is necessary to call
this method during long periods of downtime where Update
was not being called in order to avoid momentary, unexpectedly
large values to be calculated for measurements expected.