ListResourcesAsync Method
Lists the resources in the current folder.
Syntax
[VB.NET]
Public Function ListResourcesAsync() As Task
[C#]
public Task ListResourcesAsync();
Remarks
This 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.