次の方法で共有


RoomsClient.RemoveParticipantsAsync メソッド

定義

ルームの参加者を非同期で削除します。

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

パラメーター

roomId
String
participantIdentifiers
IEnumerable<CommunicationIdentifier>
cancellationToken
CancellationToken

戻り値

適用対象