你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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> ,表示异步操作的结果。

适用于