共用方式為


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

傳回

適用於