Click or drag to resize

PhysicalWriterWriteRecord Method

Writes the given record to the PQDIF file.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void WriteRecord(
	Record record,
	bool lastRecord = false
)
View Source

Parameters

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