Compartilhar via


CallConnection.GetParticipants(CancellationToken) Método

Definição

Obter participantes de uma chamada.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>> GetParticipants (System.Threading.CancellationToken cancellationToken = default);
abstract member GetParticipants : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>>
override this.GetParticipants : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Communication.CallAutomation.CallParticipant>>
Public Overridable Function GetParticipants (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of CallParticipant))

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

O IEnumerable<T>.

Exceções

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a