ListChangesAsync Method
Lists changes for a user.
Syntax
[VB.NET] Public Function ListChangesAsync(ByVal StartChangeId As String) As IAsyncAction
[C#] public IAsyncAction ListChangesAsync(string startChangeId);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListChangesAsync MethodLists changes for a user. Syntax[VB.NET] Public Function ListChangesAsync(ByVal StartChangeId As String) As IAsyncAction [C#] public IAsyncAction ListChangesAsync(string startChangeId); 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. |
||