FileStream.Flush Method (Boolean)
May 02, 2013
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- flushToDisk
- Type: System.Boolean
true to flush all intermediate file buffers; otherwise, false.