|   | ImmediateMeasurementsOnLagTimeUpdated Method | 
        
        
            Updates the tracked temporal measurements lag time.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected void OnLagTimeUpdated(
	double lagTime
)
Protected Sub OnLagTimeUpdated ( 
	lagTime As Double
)
protected:
void OnLagTimeUpdated(
	double lagTime
)
member OnLagTimeUpdated : 
        lagTime : float -> unit function OnLagTimeUpdated(lagTime);
Parameters
- lagTime  Double
- New lag time.
 See Also
See Also