Jaa


WebexClientWrapper.GetMeAsync(CancellationToken) Method

Definition

Wraps Webex API's GetMeAsync method.

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)

Parameters

cancellationToken
CancellationToken

A cancellation token for the task.

Returns

Task<Thrzn41.WebexTeams.Version1.Person>

The Thrzn41.WebexTeams.Version1.Person object associated with the bot.

Applies to