UserTokenExtensions.ExchangeAsyncAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Échange.
public static System.Threading.Tasks.Task<object> ExchangeAsyncAsync (this Microsoft.Bot.Connector.OAuthClient operations, string userId, string connectionName, string channelId, Microsoft.Bot.Schema.TokenExchangeRequest exchangeRequest, System.Threading.CancellationToken cancellationToken = default);
static member ExchangeAsyncAsync : Microsoft.Bot.Connector.OAuthClient * string * string * string * Microsoft.Bot.Schema.TokenExchangeRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function ExchangeAsyncAsync (operations As OAuthClient, userId As String, connectionName As String, channelId As String, exchangeRequest As TokenExchangeRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
Paramètres
- operations
- OAuthClient
Groupe d’opérations pour cette méthode d’extension.
- userId
- String
ID d'utilisateur.
- connectionName
- String
Nom de la connexion.
- channelId
- String
ID de canal.
- exchangeRequest
- TokenExchangeRequest
Demande Exchange.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche qui représente le travail mis en file d’attente pour s’exécuter.