Udostępnij za pośrednictwem


ChatThreadClient.GetParticipants Method

Definition

Gets the participants of a thread.

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