WebexClientWrapper.GetAttachmentActionAsync(String, 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.
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.