Udostępnij za pośrednictwem


ChannelServiceHandlerBase.HandleGetConversationMemberAsync Metoda

Definicja

Pobiera konto jednego członka konwersacji.

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

Parametry

authHeader
String

Nagłówek uwierzytelniania.

userId
String

Identyfikator użytkownika.

conversationId
String

Identyfikator konwersacji.

cancellationToken
CancellationToken

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

Zwraca

Wynik Task<TResult> operacji asynchronicznej.

Dotyczy