FoldScorable<Item,Score>.PrepareAsync(Item, CancellationToken) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- item
- Item
- token
- CancellationToken
戻り値
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>>