StorageStreamTransaction.CommitAsync 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.
Save the stream to the underlying file.
public:
virtual IAsyncAction ^ CommitAsync() = CommitAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CommitAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CommitAsync();
function commitAsync()
Public Function CommitAsync () As IAsyncAction
Returns
No object or value is returned by this method.
- Attributes