FoldScorable<Item,Score>.PrepareAsync(Item, CancellationToken) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected override System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>> PrepareAsync (Item item, System.Threading.CancellationToken token);
override this.PrepareAsync : 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State>>
Protected Overrides Function PrepareAsync (item As Item, token As CancellationToken) As Task(Of IReadOnlyList(Of FoldScorable(Of Item, Score).State))
Parametri
- item
- Item
- token
- CancellationToken
Restituisce
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>>