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

Namespace:  System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides Sub Flush ( _
    flushToDisk As Boolean _
)
public override void Flush(
    bool flushToDisk
)

Parameters

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

Remarks

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

IsolatedStorageFileStream Class

Flush Overload

System.IO.IsolatedStorage Namespace

Flush