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