ChannelServiceHandlerBase.HandleGetConversationMemberAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le compte d’un seul membre de conversation.
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)
Paramètres
- authHeader
- String
En-tête d’authentification.
- userId
- String
Identifiant utilisateur.
- 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.