|
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: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public void Update(
long nowTicks
)
Public Sub Update (
nowTicks As Long
)
member Update :
nowTicks : int64 -> unit
function Update(nowTicks);
View SourceParameters
- nowTicks Int64
- The current time, in ticks.
Remarks See Also