CSSearchableIndex_CSOptionalBatchingExtension.EndIndexBatch Method

Definition

Ends an index update batch, relying on the 250 bytes of information for crash recovery, and calls completionHandler when finished.

[Foundation.Export("endIndexBatchWithClientState:completionHandler:")]
public static void EndIndexBatch (this CoreSpotlight.CSSearchableIndex This, Foundation.NSData clientState, Action<Foundation.NSError> completionHandler);
static member EndIndexBatch : CoreSpotlight.CSSearchableIndex * Foundation.NSData * Action<Foundation.NSError> -> unit

Parameters

This
CSSearchableIndex

The instance on which this method operates.

clientState
NSData
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to