Partager via


ChannelServiceHandlerBase.HandleGetConversationMembersAsync Méthode

Définition

Énumère les membres d’une conversation.

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>> HandleGetConversationMembersAsync (string authHeader, string conversationId, System.Threading.CancellationToken cancellationToken = default);
member this.HandleGetConversationMembersAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>>
Public Function HandleGetConversationMembersAsync (authHeader As String, conversationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ChannelAccount))

Paramètres

authHeader
String

En-tête d’authentification.

conversationId
String

ID de conversation.

cancellationToken
CancellationToken

Jeton d'annulation qui peut être utilisé par d'autres objets ou threads pour être informés de l'annulation.

Retours

Task<TResult> représentant le résultat de l’opération asynchrone.

S’applique à