SlackClientWrapper.TestAuthAsync(CancellationToken) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Ajusta el método TestAuthAsync de la API de Slack.
public virtual System.Threading.Tasks.Task<string> TestAuthAsync (System.Threading.CancellationToken cancellationToken);
abstract member TestAuthAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.TestAuthAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function TestAuthAsync (cancellationToken As CancellationToken) As Task(Of String)
Parámetros
- cancellationToken
- CancellationToken
Un token de cancelación para la tarea.
Devoluciones
Id. de usuario.