Contents

beginBatch()

Begins a batch of updates to an index.

Declaration

func beginBatch()

Discussion

Don’t call this method again before endBatch(withClientState:completionHandler:) has returned. (You can call it again before the completion handler passed to endBatch(withClientState:completionHandler:) has been called.)

See Also

Batching index updates