| 
            
              ConcentratorBaseLagTime Property
             | 
          
        
        
            Gets or sets the allowed past time deviation tolerance, in seconds (can be sub-second).
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic double LagTime { get; set; }Public Property LagTime As Double
	Get
	Set
public:
property double LagTime {
	double get ();
	void set (double value);
}member LagTime : float with get, set
function get_LagTime();
function set_LagTime(value);
 View SourceProperty Value
Double
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | LagTime must be greater than zero, but it can be less than one. | 
RemarksDefines the time sensitivity to past measurement timestamps.
The number of seconds allowed before assuming a measurement timestamp is too old.
This becomes the amount of delay introduced by the concentrator to allow time for data to flow into the system.
See Also