CSSearchableIndex_CSOptionalBatchingExtension.EndIndexBatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes