StorageLibraryChangeReader.AcceptChangesAsync 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.
Tells the system that all of the changes described in the StorageLibraryChange objects returned by the call to ReadBatchAsync have been addressed by the app.
public:
virtual IAsyncAction ^ AcceptChangesAsync() = AcceptChangesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction AcceptChangesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction AcceptChangesAsync();
function acceptChangesAsync()
Public Function AcceptChangesAsync () As IAsyncAction
Returns
An object that is used to manage the asynchronous accept change operation.
- Attributes