ChatThreadClient.AddParticipantsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スレッドに非同期的に参加者を追加します。 参加者が既に存在する場合、変更は行われません。
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 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET