다음을 통해 공유


RoomsClient.RemoveParticipantsAsync Method

Definition

Delete room participants async.

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)

Parameters

roomId
String
participantIdentifiers
IEnumerable<CommunicationIdentifier>
cancellationToken
CancellationToken

Returns

Applies to