TestAdapter.GetNextReplyAsync(CancellationToken) 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.
Obtenez la réponse suivante asynchrone.
public System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity> GetNextReplyAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetNextReplyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity>
Public Function GetNextReplyAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IActivity)
Paramètres
- cancellationToken
- CancellationToken
jeton d’annulation.
Retours
lorsque la tâche est disponible ou annulée si elle est annulée.