ChatConversation.DeleteAsync Method

Definition

Asynchronously deletes all of the messages in the ChatConversation and the conversation itself.

public:
 virtual IAsyncAction ^ DeleteAsync() = DeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAsync();
function deleteAsync()
Public Function DeleteAsync () As IAsyncAction

Returns

An async action that indicates when the delete has completed.

Attributes

Windows requirements

App capabilities
chat blockedChatMessages chatSystem smsSend

Applies to