[VB.NET]
Public Function GetResourceAsync(ByVal ResourceURI As String)AsTask
[C#]
public Task GetResourceAsync(string resourceURI);
Remarks
This method is the asynchronous version of the GetResource method and is used to support asynchronous operations in WinRT. Please refer to GetResource for more information.