Jaa


WebexClientWrapper.GetAttachmentActionAsync(String, CancellationToken) Method

Definition

Shows details for an attachment action, by 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)

Parameters

actionId
String

An unique identifier for the attachment action.

cancellationToken
CancellationToken

A cancellation token for the task.

Returns

Task<Thrzn41.WebexTeams.Version1.Message>

The attachment action details.

Applies to