DataWriter.StoreAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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