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