Conversations.DeleteConversationMemberWithHttpMessagesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- conversationId
- String
对话 ID。
- memberId
- String
要从此对话中删除的成员的 ID。
- customHeaders
- Dictionary<String,List<String>>
将添加到请求的标头。
- cancellationToken
- CancellationToken
取消标记。
返回
Task<Microsoft.Rest.HttpOperationResponse>
包含响应正文和响应标头的响应对象。
实现
例外
操作返回无效状态代码时引发。
Microsoft.Rest.ValidationException
当输入值与预期的数据类型、范围或模式不匹配时引发。
当所需的参数为 null 时引发。
注解
从对话中删除成员。
此 REST API 采用字符串) 类型的 ConversationId 和 memberId (,并从对话中删除该成员。 如果该成员是对话中最后一个成员,则删除对话。