IConversations.DeleteConversationMemberWithHttpMessagesAsync Méthode

Définition

DeleteConversationMember.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> DeleteConversationMemberWithHttpMessagesAsync (string conversationId, string memberId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteConversationMemberWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function DeleteConversationMemberWithHttpMessagesAsync (conversationId As String, memberId 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.

memberId
String

ID du membre à supprimer de cette conversation.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Rest.HttpOperationResponse>

Tâche qui représente le Microsoft.Rest.HttpOperationResponse.

Exceptions

Levée lorsque l’opération a retourné un code d’état non valide.

Microsoft.Rest.ValidationException

Levée lorsqu’un paramètre requis est null.

Remarques

Supprime un membre d’une conversation.

Cette API REST prend un ConversationId et un memberId (de type chaîne) et supprime ce membre de la conversation. Si ce membre a été le dernier membre de la conversation, la conversation est également supprimée.

S’applique à