| 
            
              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.258-beta
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);
 View SourceParameters
- nowTicks  Int64
 - The current time, in ticks.
 
Remarks
See Also