IConversations.DeleteConversationMemberWithHttpMessagesAsync 方法

定义

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)

参数

conversationId
String

对话 ID。

memberId
String

要从此对话中删除的成员的 ID。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

Task<Microsoft.Rest.HttpOperationResponse>

表示 Microsoft.Rest.HttpOperationResponse的任务。

例外

当操作返回无效状态代码时引发。

Microsoft.Rest.ValidationException

当所需参数为 null 时引发。

注解

从对话中删除成员。

此 REST API 采用 string 类型) 的 ConversationId 和 memberId (,并从会话中删除该成员。 如果该成员是对话中最后一个成员,则删除对话。

适用于