FoldScorable<Item,Score>.PrepareAsync(Item, CancellationToken) Method

Definition

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))

Parameters

item
Item

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>>

Applies to