Partilhar via


ChatThreadClient.AddParticipantsAsync Método

Definição

Adiciona participantes a um thread de forma assíncrona. Se os participantes já existirem, nenhuma alteração ocorrerá.

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

Parâmetros

participants
IEnumerable<ChatParticipant>

Participantes a serem adicionados a uma conversa de chat.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a