ScorableBase<Item,State,Score>.PrepareAsync 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.
protected abstract System.Threading.Tasks.Task<State> PrepareAsync (Item item, System.Threading.CancellationToken token);
abstract member PrepareAsync : 'Item * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'State>
Protected MustOverride Function PrepareAsync (item As Item, token As CancellationToken) As Task(Of State)
Parameters
- item
- Item
- token
- CancellationToken
Returns
Task<State>