UserTokenExtensions.ExchangeAsyncAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Troca.
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)
Parâmetros
- operations
- OAuthClient
O grupo de operações para este método de extensão.
- userId
- String
ID de Utilizador.
- connectionName
- String
Nome da ligação.
- channelId
- String
ID do Canal.
- exchangeRequest
- TokenExchangeRequest
Pedido do Exchange.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
Uma tarefa que representa o trabalho em fila para executar.