DeleteResourceAsync Method
Deletes the specified file or folder.
Syntax
[VB.NET]
Public Function DeleteResourceAsync() As Task
[C#]
public Task DeleteResourceAsync();
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.