ListChangesAsync Method
List recent changes to a folder.
Syntax
[VB.NET] Public Function ListChangesAsync() As IAsyncAction
[C#] public IAsyncAction ListChangesAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListChangesAsync MethodList recent changes to a folder. Syntax[VB.NET] Public Function ListChangesAsync() As IAsyncAction [C#] public IAsyncAction ListChangesAsync(); RemarksThis 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. |
||