WebexClientWrapper.GetMeAsync(CancellationToken) 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.
Enveloppe la méthode GetMeAsync de l’API Webex.
public virtual System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Person> GetMeAsync(System.Threading.CancellationToken cancellationToken);
abstract member GetMeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Person>
override this.GetMeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Person>
Public Overridable Function GetMeAsync (cancellationToken As CancellationToken) As Task(Of Person)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation pour la tâche.
Retours
Objet Thrzn41.WebexTeams.Version1.Person associé au bot.