Click or drag to resize

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.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(15)]
public double LeadTimeTolerance { get; set; }
View Source

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not zero or positive.
See Also