Share via


ScorableBase<Item,State,Score>.IScorable<Item,Score>.PrepareAsync Method

Definition

System.Threading.Tasks.Task<object> IScorable<Item,Score>.PrepareAsync (Item item, System.Threading.CancellationToken token);
abstract member Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>.PrepareAsync : 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
override this.Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>.PrepareAsync : 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
Function PrepareAsync (item As Item, token As CancellationToken) As Task(Of Object) Implements IScorable(Of Item, Score).PrepareAsync

Parameters

item
Item

Returns

Implements

Applies to