IScorable<Item,Score>.PrepareAsync(Item, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Perform some asynchronous work to analyze the item and produce some opaque state.
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)
Parameters
- item
- Item
- token
- CancellationToken