FoldScorable<Item,Score>.PostAsync Method

Definition

protected override System.Threading.Tasks.Task PostAsync (Item item, System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State> states, System.Threading.CancellationToken token);
override this.PostAsync : 'Item * System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function PostAsync (item As Item, states As IReadOnlyList(Of FoldScorable(Of Item, Score).State), token As CancellationToken) As Task

Parameters

item
Item
states
IReadOnlyList<FoldScorable<Item,Score>.State>

Returns

Applies to