Click or drag to resize

LogicalWriter(Stream, Boolean) Constructor

Creates a new instance of the LogicalWriter class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public LogicalWriter(
	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