Click or drag to resize

DataGapRecovererDataMonitoringInterval Property

Gets or sets the interval, in seconds, over which the data monitor will check for new data.

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

Property Value

Time
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be zero or a negative number.
Remarks
Once a connection is established a timer is enabled to monitor for new incoming data. The data monitoring timer exists to make sure data is being received so that the process of recovery does not wait endlessly for data that may never come because of a possible error in the recovery process. The DataMonitoringInterval allows the consumer to adjust the interval over which the timer will check for new incoming data.

It will take some time, perhaps a couple of seconds, to start the temporal subscription and begin the process of recovering data for an Outage. Make sure the value for DataMonitoringInterval is sufficiently large enough to handle any initial delays in data transmission.

See Also