This topic has not yet been rated - Rate this topic

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.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
public virtual void Flush(
	bool flushToDisk
)

Parameters

flushToDisk
Type: System.Boolean
true to flush all intermediate file buffers; otherwise, false.

Use this overload when you want to ensure that all buffered data in intermediate file buffers is written to disk.

Windows Phone OS

Supported in: 8.0, 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.