Click or drag to resize

ArchiveDataBlockWrite(IDataPoint, Exception) Method

Writes the dataPoint to the ArchiveDataBlock.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public bool Write(
	IDataPoint dataPoint,
	out Exception exception
)
View Source

Parameters

dataPoint  IDataPoint
IDataPoint to write.
exception  Exception
Any Exception that may have been encountered while writing.

Return Value

Boolean
true if data point was written; otherwise, false.
See Also