ListChangesAsync Method
List recent changes to a folder.
Syntax
[VB.NET]
Public Function ListChangesAsync() As Task
[C#]
public Task ListChangesAsync();
Remarks
This method is the asynchronous version of the
ListChanges method and is used to support asynchronous operations in WinRT. Please refer to
ListChanges for more information.