[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
public virtual double LagTime { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(5)>
Public Overridable Property LagTime As Double
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
virtual property double LagTime {
double get ();
void set (double value);
}
function get_LagTime();
function set_LagTime(value);
Defines 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.