Udostępnij za pośrednictwem


ChatThreadClient.GetParticipantsAsync Method

Definition

Gets the participants of a thread asynchronously.

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)

Parameters

skip
Nullable<Int32>

Skips participants up to a specified position in response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to