Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UnmanagedMemoryStream::FlushAsync Method

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubmethodFlushAsync()

Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.(Inherited from Stream.)

System_CAPS_pubmethodFlushAsync(CancellationToken)

Overrides the Stream::FlushAsync method so that the operation is cancelled if specified, but no other action is performed.

Available starting in .NET Framework 4.6(Overrides Stream::FlushAsync(CancellationToken).)

Return to top
Show:
© 2017 Microsoft