Partilhar via


ServerCall.RemoveParticipantAsync(String, CancellationToken) Método

Definição

Remova o participante da chamada.

public virtual System.Threading.Tasks.Task<Azure.Response> RemoveParticipantAsync (string participantId, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveParticipantAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RemoveParticipantAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RemoveParticipantAsync (participantId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

participantId
String

A ID do participante.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a