ListResourcesAsync Method
Lists the resources in the specified folder.
Syntax
[VB.NET] Public Function ListResourcesAsync() As Task
[C#] public Task ListResourcesAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListResourcesAsync MethodLists the resources in the specified folder. Syntax[VB.NET] Public Function ListResourcesAsync() As Task [C#] public Task 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. |
||