Click or drag to resize

ArchiveDataBlockWrite(IDataPoint, Boolean) 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,
	bool suppressExceptions = false
)
View Source

Parameters

dataPoint  IDataPoint
IDataPoint to write.
suppressExceptions  Boolean  (Optional)
Set to true to suppress write exceptions; defaults to false.

Return Value

Boolean
true if data point was written; otherwise, false.
Remarks
If suppressExceptions is false, the default value, any encountered exception will be thrown on the call stack.
See Also