Partager via


TestAdapter.CreateConversationAsync Méthode

Définition

Crée une conversation sur le canal spécifié.

public System.Threading.Tasks.Task CreateConversationAsync (string channelId, Microsoft.Bot.Builder.BotCallbackHandler callback, System.Threading.CancellationToken cancellationToken);
override this.CreateConversationAsync : string * Microsoft.Bot.Builder.BotCallbackHandler * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateConversationAsync (channelId As String, callback As BotCallbackHandler, cancellationToken As CancellationToken) As Task

Paramètres

channelId
String

ID du canal.

callback
BotCallbackHandler

Logique du bot à appeler lors de la création de la conversation.

cancellationToken
CancellationToken

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

Retours

Tâche qui représente le travail mis en file d’attente à exécuter.

Remarques

Cette opération réinitialise et ActiveQueuene gère pas plusieurs files d’attente de conversation.

S’applique à