CSIndexExtensionRequestHandler.ReindexSearchableItems Method

Definition

Updates the identified items in the specified index and calls the acknowledgement handler when finished.

[Foundation.Export("searchableIndex:reindexSearchableItemsWithIdentifiers:acknowledgementHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReindexSearchableItems (CoreSpotlight.CSSearchableIndex searchableIndex, string[] identifiers, Action acknowledgementHandler);
abstract member ReindexSearchableItems : CoreSpotlight.CSSearchableIndex * string[] * Action -> unit
override this.ReindexSearchableItems : CoreSpotlight.CSSearchableIndex * string[] * Action -> unit

Parameters

searchableIndex
CSSearchableIndex
identifiers
String[]
acknowledgementHandler
Action

Implements

Attributes

Applies to