Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 890 Bytes

streamedfiledatarequest_writeasync_897036872.md

File metadata and controls

26 lines (18 loc) · 890 Bytes
-api-id -api-type
M:Windows.Storage.StreamedFileDataRequest.WriteAsync(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Storage.StreamedFileDataRequest.WriteAsync

-description

Writes data from a buffer to the current stream.

-parameters

-param buffer

The buffer that contains the data to write.

-returns

When this method completes, it returns the number of bytes (type UInt32) that were written to the stream. If the app specifies a function to monitor progress, that function receives the number of bytes (type UInt32) written so far.

-remarks

-examples

-see-also