IActivityManager.DeleteConversationAsync 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.
Delete a specific conversation.
public System.Threading.Tasks.Task DeleteConversationAsync (string channelId, string conversationId, System.Threading.CancellationToken cancel = default);
abstract member DeleteConversationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteConversationAsync (channelId As String, conversationId As String, Optional cancel As CancellationToken = Nothing) As Task
Parameters
- channelId
- String
Channel where conversation took place.
- conversationId
- String
Id of conversation to delete.
- cancel
- CancellationToken
Cancellation token.
Returns
Task.