CSSearchableIndex_CSOptionalBatchingExtension.EndIndexBatch 方法

定义

结束索引更新批处理,依赖 250 字节的信息进行故障恢复,并在完成时调用 completionHandler

[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

参数

This
CSSearchableIndex

此方法操作的实例。

clientState
NSData
completionHandler
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于