Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes data asynchronously to the backing file.
Implements the IOutputStream.WriteAsync method.
public:
virtual
IAsyncOperationWithProgress<uint32, uint32>
WriteAsync(
IBuffer^ buffer
)
-
buffer
-
Type: IBuffer
The buffer into which the asynchronous write operation writes.
Type: IAsyncOperationWithProgress<uint32, uint32>
The byte writer operation.
Data written to the stream must be 16-byte aligned.
[!Warning]
To avoid data loss and/or corruption, FlushAsync must be called if you modify the created stream or before object disposal.
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
Microsoft::RightsManagement |
Metadata |
|