OutputRecordStream.Close
- Updated2024-10-09
- 1 minute(s) read
OutputRecordStream.Close
Syntax
OutputRecordStream.Close
Purpose
Flush any remaining buffered data to the underlying device, and close this stream.
Remarks
The exact behavior of Close depends on the implementation details of the class that implements the OutputRecordStream interface. National Instruments recommends all implementations explicitly call OutputRecordStream.Flush to clear buffered data, regardless of whether there is actually any buffered data, to ensure the implementation is future-proof.