Click or drag to resize

LogicalWriterWrite(ContainerRecord) Method

Writes the given container record to the file stream.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Write(
	ContainerRecord containerRecord
)
View Source

Parameters

containerRecord  ContainerRecord
The container record to be written to the PQDIF file.
See Also