Compartir a través de


IScorable<Item,Score>.PrepareAsync(Item, CancellationToken) Método

Definición

Realice algún trabajo asincrónico para analizar el elemento y generar algún estado opaco.

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)

Parámetros

item
Item

Devoluciones

Se aplica a