Click or drag to resize

QueryPacketBase.ExtractTimeSeriesData Method

Extracts time-series data from the query packet type.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.245-beta
Syntax
public override IEnumerable<IDataPoint> ExtractTimeSeriesData()
View Source

Return Value

IEnumerable<IDataPoint>
A null reference.

Implements

IPacket.ExtractTimeSeriesData()
See Also