IActivityManager.DeleteConversationAsync 方法

定义

删除特定对话。

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

参数

channelId
String

发生对话的频道。

conversationId
String

要删除的对话的 ID。

cancel
CancellationToken

取消标记。

返回

任务。

适用于