Click or drag to resize

DataGapRecovererMaximumRecoverySpan Property

Gets to sets the maximum time span, in seconds, for which a data recovery will be attempted. Set to MaxValue for no maximum.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public Time MaximumRecoverySpan { get; set; }
View Source

Property Value

Time
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be zero or a negative number.
See Also