In This Topic
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Flushes the stream.
Syntax
'Declaration
Public Overrides Sub Flush()
public override void Flush()
Exceptions
See Also