Partager via


UserToken.SignOutWithHttpMessagesAsync Méthode

Définition

Déconnectez-vous avec un message 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>>
override this.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))

Paramètres

userId
String

ID d'utilisateur.

connectionName
String

Nom de la connexion.

channelId
String

ID de canal.

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Rest.HttpOperationResponse<Object>>

Objet de réponse contenant le corps de la réponse et les en-têtes de réponse.

Implémente

Exceptions

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

Microsoft.Rest.SerializationException

Levée en cas d’impossibilité de désérialiser la réponse.

Microsoft.Rest.ValidationException

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

Levée lorsqu’une valeur d’entrée ne correspond pas au type de données, à la plage ou au modèle attendu.

S’applique à