DeleteEntryAsync Method
Deletes an entry within an OData service resource.
Syntax
[VB.NET]
Public Function DeleteEntryAsync() As Task
[C#]
public Task DeleteEntryAsync();
Remarks
This method is the asynchronous version of the
DeleteEntry method and is used to support asynchronous operations in WinRT. Please refer to
DeleteEntry for more information.