C# Class openHistorian.Data.Query.GetFrameReaderMethods

Queries a historian database for a set of signals.
ファイルを表示 Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
GetFrameReader ( this stream ) : FrameReader

Gets concentrated frames from the provided stream

Method Details

GetFrameReader() public static method

Gets concentrated frames from the provided stream
public static GetFrameReader ( this stream ) : FrameReader
stream this the database to use
return FrameReader