UserTokenExtensions.ExchangeAsyncAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Sostituzione.
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)
Parametri
- operations
- OAuthClient
Gruppo di operazioni per questo metodo di estensione.
- userId
- String
ID utente.
- connectionName
- String
Nome connessione.
- channelId
- String
ID canale.
- exchangeRequest
- TokenExchangeRequest
Richiesta di Exchange.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Attività che rappresenta il lavoro in coda da eseguire.