C# Class GSF.Historian.Files.ArchiveFileScanner

Scans an archive file for data points in a given time range and returns them in the order that they are scanned.
Inheritance: IArchiveFileScanner
Mostrar archivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
Read ( ) : IEnumerable

Reads all IDataPoints for the specified historian IDs.

Private Methods

Method Description
GetScanners ( ) : List

Method Details

Read() public method

Reads all IDataPoints for the specified historian IDs.
public Read ( ) : IEnumerable
return IEnumerable