IDataWriter.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 a backing store.
public:
DataWriterStoreOperation ^ 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.
- Attributes