Click or drag to resize

DataFrameBase(DataCellCollection, Ticks, IConfigurationFrame) Constructor

Creates a new DataFrameBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected DataFrameBase(
	DataCellCollection cells,
	Ticks timestamp,
	IConfigurationFrame configurationFrame
)
View Source

Parameters

cells  DataCellCollection
The reference to the collection of cells for this DataFrameBase.
timestamp  Ticks
The exact timestamp, in Ticks, of the data represented by this DataFrameBase.
configurationFrame  IConfigurationFrame
The IConfigurationFrame associated with this DataFrameBase.
See Also