[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
public virtual double LeadTime { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(5)>
Public Overridable Property LeadTime As Double
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5)]
virtual 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.