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.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public void Update(
long nowTicks
)
Public Sub Update (
nowTicks As Long
)
public:
void Update(
long long nowTicks
)
function Update(nowTicks);
Parameters
- nowTicks Int64
- The current time, in ticks.