次の方法で共有


ChatThreadClient.AddParticipant(ChatParticipant, CancellationToken) メソッド

定義

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

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

パラメーター

participant
ChatParticipant

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

cancellationToken
CancellationToken

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

戻り値

例外

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

適用対象