Share via


ChatThreadClient.AddParticipantAsync Method

Definition

Adds a participant to a thread asynchronously. If the participant already exist, no change occurs.

public virtual System.Threading.Tasks.Task<Azure.Response> AddParticipantAsync (Azure.Communication.Chat.ChatParticipant participant, System.Threading.CancellationToken cancellationToken = default);
abstract member AddParticipantAsync : Azure.Communication.Chat.ChatParticipant * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.AddParticipantAsync : Azure.Communication.Chat.ChatParticipant * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function AddParticipantAsync (participant As ChatParticipant, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

participant
ChatParticipant

Participant to add to a chat thread.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to