FileStream.Flush Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: