DeleteAsync Method
Deletes a message specified by MessageNumber on the server.
Syntax
[VB.NET]
Public Function DeleteAsync() As Task
[C#]
public Task DeleteAsync();
Remarks
This method is the asynchronous version of the
Delete method and is used to support asynchronous operations in WinRT. Please refer to
Delete for more information.