Click or drag to resize

DataGapRecovererRemoveDataGap Method

Removes a data gap from the outage log so that it will not be processed.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool RemoveDataGap(
	DateTimeOffset startTime,
	DateTimeOffset endTime
)
View Source

Parameters

startTime  DateTimeOffset
Start time of data gap.
endTime  DateTimeOffset
End time of data gap.

Return Value

Boolean
True if the data gap was successfully removed; false otherwise.
See Also