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