FoldScorable<Item,Score>.PrepareAsync(Item, CancellationToken) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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))
Parámetros
- item
- Item
- token
- CancellationToken
Devoluciones
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>>