CSSearchableIndex_CSOptionalBatchingExtension Class

Definition

Extension methods for T:CoreServices.CSSearchableIndex.

[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 static class CSSearchableIndex_CSOptionalBatchingExtension
type CSSearchableIndex_CSOptionalBatchingExtension = class
Inheritance
CSSearchableIndex_CSOptionalBatchingExtension
Attributes

Methods

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.

FetchLastClientState(CSSearchableIndex, CSSearchableIndexFetchHandler)

Fetches the client state and runs completionHandler when finished..

Applies to