Stream.FlushAsync Method

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

Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.

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

Syntax

Public Function FlushAsync As Task
public Task FlushAsync()

Return Value

Type: System.Threading.Tasks..::.Task
A task that represents the asynchronous flush operation.

Exceptions

Exception Condition
ObjectDisposedException

The stream has been disposed.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Stream Class

FlushAsync Overload

System.IO Namespace