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