IUserToken.SignOutWithHttpMessagesAsync 方法

定义

使用 HTTP 消息注销。

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<object>> SignOutWithHttpMessagesAsync (string userId, string connectionName = default, string channelId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SignOutWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<obj>>
Public Function SignOutWithHttpMessagesAsync (userId As String, Optional connectionName As String = Nothing, Optional channelId As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Object))

参数

userId
String

用户 ID。

connectionName
String

连接名称。

channelId
String

通道 ID。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

Task<Microsoft.Rest.HttpOperationResponse<Object>>

一个表示 的任务 Microsoft.Rest.HttpOperationResponse

例外

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

Microsoft.Rest.SerializationException

当无法反序列化响应时引发。

Microsoft.Rest.ValidationException

当所需参数为 null 时引发。

适用于