Click or drag to resize

LogicalWriterWrite(ObservationRecord, Boolean) Method

Writes the given observation record, as well as its data source and monitor settings records if necessary, to the file stream.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Write(
	ObservationRecord observationRecord,
	bool lastRecord = false
)
View Source

Parameters

observationRecord  ObservationRecord
The observation record to be written to the PQDIF file.
lastRecord  Boolean  (Optional)
Indicates whether this observation record is the last record in the file.
See Also