|
ArchiveFileLeadTimeTolerance Property
|
Gets or sets the number of minutes by which incoming
ArchiveDataPoint can be ahead of local system clock and still be considered valid.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(15)]
public double LeadTimeTolerance { get; set; }
<DefaultValueAttribute(15)>
Public Property LeadTimeTolerance As Double
Get
Set
public:
[DefaultValueAttribute(15)]
property double LeadTimeTolerance {
double get ();
void set (double value);
}
[<DefaultValueAttribute(15)>]
member LeadTimeTolerance : float with get, set
function get_LeadTimeTolerance();
function set_LeadTimeTolerance(value);
View SourceProperty Value
Double
ExceptionsException | Condition |
---|
ArgumentException | The value being assigned is not zero or positive. |
See Also