次の方法で共有


ChatThreadClient.AddParticipantsAsync メソッド

定義

スレッドに非同期的に参加者を追加します。 参加者が既に存在する場合、変更は行われません。

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))

パラメーター

participants
IEnumerable<ChatParticipant>

チャット スレッドに追加する参加者。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

適用対象