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