RcsManager.LeaveConversationAsync(ChatConversation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously allows a user to leave a particular conversation.
public:
static IAsyncAction ^ LeaveConversationAsync(ChatConversation ^ conversation);
static IAsyncAction LeaveConversationAsync(ChatConversation const& conversation);
public static IAsyncAction LeaveConversationAsync(ChatConversation conversation);
function leaveConversationAsync(conversation)
Public Shared Function LeaveConversationAsync (conversation As ChatConversation) As IAsyncAction
Parameters
- conversation
- ChatConversation
The conversation to leave.
Returns
An async action indicating that the operation has completed.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|