ListAsync Method
Lists the documents contained in the specified document library.
Syntax
[VB.NET] Public Function ListAsync() As IAsyncAction
[C#] public IAsyncAction ListAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListAsync MethodLists the documents contained in the specified document library. Syntax[VB.NET] Public Function ListAsync() As IAsyncAction [C#] public IAsyncAction ListAsync(); RemarksThis method is the asynchronous version of the List method and is used to support asynchronous operations in WinRT. Please refer to List for more information. |
||