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