Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 785 Bytes

datawriter_flushasync_491532439.md

File metadata and controls

27 lines (18 loc) · 785 Bytes
-api-id -api-type
M:Windows.Storage.Streams.DataWriter.FlushAsync
winrt method

Windows.Storage.Streams.DataWriter.FlushAsync

-description

Flushes data asynchronously.

-returns

The stream flush operation.

-remarks

The FlushAsync method may produce latencies and does not always guarantee durable and coherent storage of data. It's generally recommended to avoid this method if possible.

-examples

-see-also

IDataWriter