Click or drag to resize

PhysicalWriter(Stream, Boolean) Constructor

Creates a new instance of the PhysicalWriter class.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public PhysicalWriter(
	Stream stream,
	bool leaveOpen = false
)
View Source

Parameters

stream  Stream
The stream to write the PQDIF data to.
leaveOpen  Boolean  (Optional)
Indicates whether to leave the stream open when disposing of the writer.
See Also