IConversations.DeleteActivityWithHttpMessagesAsync 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.
DeleteActivity.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> DeleteActivityWithHttpMessagesAsync (string conversationId, string activityId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteActivityWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function DeleteActivityWithHttpMessagesAsync (conversationId As String, activityId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)
Paramètres
- conversationId
- String
ID de conversation.
- activityId
- String
activityId à supprimer.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche qui représente le Microsoft.Rest.HttpOperationResponse.
Exceptions
Levée lorsque l’opération a retourné un code d’état non valide.
Levée lorsqu’un paramètre requis est null.
Remarques
Supprimer une activité existante.
Certains canaux vous permettent de supprimer une activité existante et, si elle réussit, cette méthode supprime l’activité spécifiée.