Partilhar via


ChatThreadClient.GetParticipantsAsync Método

Definição

Obtém os participantes de um thread de forma assíncrona.

public virtual Azure.AsyncPageable<Azure.Communication.Chat.ChatParticipant> GetParticipantsAsync (int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetParticipantsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatParticipant>
override this.GetParticipantsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatParticipant>
Public Overridable Function GetParticipantsAsync (Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChatParticipant)

Parâmetros

skip
Nullable<Int32>

Ignora os participantes até uma posição especificada em resposta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

Aplica-se a