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