StorageLibraryChangeReader.AcceptChangesAsync Method

Definition

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

Applies to