Flush Method (NativeFileStream)
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.
Syntax
'Declaration
Public Overrides Sub Flush()
public override void Flush()
Exceptions
Exception | Description |
System.IO.IOException | An I/O error occurs. |
See Also