|   | Facile | 
 Syntax
Syntax[ConnectionStringParameterAttribute] [DefaultValueAttribute(5)] public double LeadTime { get; set; }
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | LeadTime must be greater than zero, but it can be less than one. | 
 Remarks
RemarksDefines 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.
 See Also
See Also