Udostępnij za pośrednictwem


IActivityManager.DeleteConversationAsync Metoda

Definicja

Usuń określoną konwersację.

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

Parametry

channelId
String

Kanał, w którym odbywała się konwersacja.

conversationId
String

Identyfikator konwersacji do usunięcia.

cancel
CancellationToken

Token anulowania.

Zwraca

Zadanie.

Dotyczy