ListResourcesAsync Method
Lists the files and folders for the current user.
Syntax
[VB.NET] Public Function ListResourcesAsync() As IAsyncAction
[C#] public IAsyncAction ListResourcesAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListResourcesAsync MethodLists the files and folders for the current user. Syntax[VB.NET] Public Function ListResourcesAsync() As IAsyncAction [C#] public IAsyncAction ListResourcesAsync(); RemarksThis method is the asynchronous version of the ListResources method and is used to support asynchronous operations in WinRT. Please refer to ListResources for more information. |
||