OAuthClientOld.SendEmulateOAuthCardsAsync(Boolean) 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.
Envoyez une carte OAuth factice lorsque le bot est utilisé sur l’émulateur à des fins de test sans récupérer un jeton réel.
public System.Threading.Tasks.Task SendEmulateOAuthCardsAsync (bool emulateOAuthCards);
member this.SendEmulateOAuthCardsAsync : bool -> System.Threading.Tasks.Task
Public Function SendEmulateOAuthCardsAsync (emulateOAuthCards As Boolean) As Task
Paramètres
- emulateOAuthCards
- Boolean
Indique si l’émulateur doit émuler la carte OAuth.
Retours
Tâche qui représente le travail mis en file d’attente pour s’exécuter.