次の方法で共有


IScorable<Item,Score>.PrepareAsync(Item, CancellationToken) メソッド

定義

非同期作業を実行して項目を分析し、不透明な状態を生成します。

public System.Threading.Tasks.Task<object> PrepareAsync (Item item, System.Threading.CancellationToken token);
abstract member PrepareAsync : 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
Public Function PrepareAsync (item As Item, token As CancellationToken) As Task(Of Object)

パラメーター

item
Item

戻り値

適用対象