WebexClientWrapper.GetAttachmentActionAsync(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.
Affiche les détails d’une action de pièce jointe, par ID.
public virtual System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Message> GetAttachmentActionAsync(string actionId, System.Threading.CancellationToken cancellationToken);
abstract member GetAttachmentActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Message>
override this.GetAttachmentActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Thrzn41.WebexTeams.Version1.Message>
Public Overridable Function GetAttachmentActionAsync (actionId As String, cancellationToken As CancellationToken) As Task(Of Message)
Paramètres
- actionId
- String
Identificateur unique de l’action de pièce jointe.
- cancellationToken
- CancellationToken
Jeton d’annulation pour la tâche.
Retours
Détails de l’action de pièce jointe.