IsolatedStorageFileStream.Flush Method

Include Protected Members
Include Inherited Members

[ 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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Flush()()() Updates the file with the current state of the buffer then clears the buffer. (Overrides FileStream..::.Flush()()().)
Flush(Boolean) Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers. (Overrides FileStream..::.Flush(Boolean).)

Top

See Also

Reference

IsolatedStorageFileStream Class

IsolatedStorageFileStream Members

System.IO.IsolatedStorage Namespace