Click or drag to resize

SerializableTimeSeriesData(IEnumerableIDataPoint) Constructor

Initializes a new instance of the SerializableTimeSeriesData class.

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

Parameters

dataPoints  IEnumerableIDataPoint
List of IDataPoint from which SerializableTimeSeriesData is to be initialized.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataPoints is null.
See Also