Click or drag to resize

TimeSortedArchiveFileScannerRead Method

Reads all IDataPoints in time sorted order for the specified historian IDs.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<IDataPoint> Read()
View Source

Return Value

IEnumerableIDataPoint
Each IDataPoint for the specified historian IDs.

Implements

IArchiveFileScannerRead
See Also