FoldScorable<Item,Score>.DoneAsync 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.
protected override System.Threading.Tasks.Task DoneAsync (Item item, System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State> states, System.Threading.CancellationToken token);
override this.DoneAsync : 'Item * System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function DoneAsync (item As Item, states As IReadOnlyList(Of FoldScorable(Of Item, Score).State), token As CancellationToken) As Task
Paramètres
- item
- Item
- states
- IReadOnlyList<FoldScorable<Item,Score>.State>
- token
- CancellationToken