Share via


CSSearchableIndex_CSOptionalBatchingExtension Class

Definition

Extension methods for CSSearchableIndex.

public static class CSSearchableIndex_CSOptionalBatchingExtension
type CSSearchableIndex_CSOptionalBatchingExtension = class
Inheritance
CSSearchableIndex_CSOptionalBatchingExtension

Methods

Name Description
BeginIndexBatch(CSSearchableIndex)

Begins an index update batch.

EndIndexBatch(CSSearchableIndex, NSData, Action<NSError>)

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

EndIndexBatch(CSSearchableIndex, NSData, NSData, CSSearchableIndexEndIndexHandler)
FetchLastClientState(CSSearchableIndex, CSSearchableIndexFetchHandler)

Fetches the client state and runs completionHandler when finished..

Applies to