共用方式為


NullScorable<Item,Score>.IScorable<Item,Score>.PrepareAsync 方法

定義

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

參數

item
Item

傳回

實作

適用於