Udostępnij za pośrednictwem


ChannelServiceHandlerBase.HandleGetConversationMembersAsync Metoda

Definicja

Wylicza członków rozmowy.

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))

Parametry

authHeader
String

Nagłówek uwierzytelniania.

conversationId
String

Identyfikator konwersacji.

cancellationToken
CancellationToken

Token odwołania, używany przez inne obiekty lub wątki do otrzymania powiadomienia o anulowaniu.

Zwraca

Element Task<TResult> reprezentujący wynik operacji asynchronicznej.

Dotyczy