Flush Method

MemoryStream.Flush Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Overrides Stream.Flush so that no action is performed.

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

'Declaration
Public Overrides Sub Flush

This method overrides Flush.

Since any data written to a MemoryStream is written into RAM, this method is redundant.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft