次の方法で共有


RoomsClient.AddOrUpdateParticipantsAsync メソッド

定義

ルームの参加者を非同期的に追加または更新します。

public virtual System.Threading.Tasks.Task<Azure.Response> AddOrUpdateParticipantsAsync (string roomId, System.Collections.Generic.IEnumerable<Azure.Communication.Rooms.RoomParticipant> participants, System.Threading.CancellationToken cancellationToken = default);
abstract member AddOrUpdateParticipantsAsync : string * seq<Azure.Communication.Rooms.RoomParticipant> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.AddOrUpdateParticipantsAsync : string * seq<Azure.Communication.Rooms.RoomParticipant> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function AddOrUpdateParticipantsAsync (roomId As String, participants As IEnumerable(Of RoomParticipant), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

roomId
String
cancellationToken
CancellationToken

戻り値

Task<TResult>非同期操作の結果を表す 。

適用対象