WebexClientWrapper.DeleteMessageAsync(String, 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 DeleteMessageAsync de l’API Webex.
public virtual System.Threading.Tasks.Task DeleteMessageAsync(string messageId, System.Threading.CancellationToken cancellationToken);
abstract member DeleteMessageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, cancellationToken As CancellationToken) As Task
Paramètres
- messageId
- String
ID du message à supprimer.
- cancellationToken
- CancellationToken
Jeton d’annulation pour la tâche.
Retours
Task représentant l’opération asynchrone.