UserTokenClient.SignOutUserAsync Metodo

Definizione

Disconnette l'utente con il server token.

public abstract System.Threading.Tasks.Task SignOutUserAsync (string userId, string connectionName, string channelId, System.Threading.CancellationToken cancellationToken);
abstract member SignOutUserAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function SignOutUserAsync (userId As String, connectionName As String, channelId As String, cancellationToken As CancellationToken) As Task

Parametri

userId
String

ID utente che verrà associato al token.

connectionName
String

Nome della connessione di autenticazione da usare.

channelId
String

ID del canale che verrà associato al token.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Oggetto Task che rappresenta il risultato dell'operazione asincrona.

Si applica a