WebexClientWrapper.GetMeAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.