Compartir a través de


Conversations.DeleteConversationMemberWithHttpMessagesAsync Método

Definición

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>
override this.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)

Parámetros

conversationId
String

Identificador de conversación.

memberId
String

Identificador del miembro que se va a eliminar de esta conversación.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Task<Microsoft.Rest.HttpOperationResponse>

Objeto de respuesta que contiene el cuerpo de la respuesta y los encabezados de respuesta.

Implementaciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido.

Microsoft.Rest.ValidationException

Se produce cuando un valor de entrada no coincide con el tipo de datos, el intervalo o el patrón esperados.

Se produce cuando un parámetro obligatorio es NULL.

Comentarios

Elimina un miembro de una conversación.

Esta API REST toma un ConversationId y un memberId (de tipo cadena) y quita ese miembro de la conversación. Si ese miembro era el último miembro de la conversación, también se eliminará la conversación.

Se aplica a