DataWriter.StoreAsync Method

Definition

Commits data in the buffer to the output stream. This method should only be called when the DataWriter is writing into a stream; it will fail when the underlying store is a buffer.

public:
 virtual DataWriterStoreOperation ^ StoreAsync() = StoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
DataWriterStoreOperation StoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public DataWriterStoreOperation StoreAsync();
function storeAsync()
Public Function StoreAsync () As DataWriterStoreOperation

Returns

The asynchronous store data operation in the form of a DataWriterStoreOperation object which, when it completes, contains an unsigned integer.

Implements

Attributes

Applies to