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