CSSearchableIndex.IndexAsync(CSSearchableItem[]) Method

Definition

Indexes the specified searchable items and runs completionHandler when finished.

public virtual System.Threading.Tasks.Task IndexAsync (CoreSpotlight.CSSearchableItem[] items);
abstract member IndexAsync : CoreSpotlight.CSSearchableItem[] -> System.Threading.Tasks.Task
override this.IndexAsync : CoreSpotlight.CSSearchableItem[] -> System.Threading.Tasks.Task

Parameters

items
CSSearchableItem[]

The items to index.

Returns

A task that represents the asynchronous Index operation

Applies to