MemoryTranscriptStore.DeleteTranscriptAsync(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime les données de conversation du magasin.
public System.Threading.Tasks.Task DeleteTranscriptAsync (string channelId, string conversationId);
abstract member DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
override this.DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteTranscriptAsync (channelId As String, conversationId As String) As Task
Paramètres
- channelId
- String
ID du canal dans lequel se trouve la conversation.
- conversationId
- String
ID de la conversation à supprimer.
Retours
Tâche qui représente le travail mis en file d’attente pour s’exécuter.