Click or drag to resize

ArchiveFileWriteData(IEnumerableIDataPoint) Method

Writes the specified dataPoints to the ArchiveFile.

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

Parameters

dataPoints  IEnumerableIDataPoint
ArchiveDataPoint points to be written.
See Also