[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
[LabelAttribute("Lead Time")]
public double LeadTime { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute(5)>
<LabelAttribute("Lead Time")>
Public Property LeadTime As Double
Get
Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
[LabelAttribute(L"Lead Time")]
property double LeadTime {
double get ();
void set (double value);
}function get_LeadTime();
function set_LeadTime(value);Defines the time sensitivity to future measurement timestamps.
The number of seconds allowed before assuming a measurement timestamp is too advanced.
This becomes the tolerated +/- accuracy of the local clock to real-time.
| ArgumentOutOfRangeException | LeadTime must be greater than zero, but it can be less than one. |