CSSearchableIndex.DeleteAll(Action<NSError>) Method

Definition

Removes all items and runs completionHandler when finished.

[Foundation.Export("deleteAllSearchableItemsWithCompletionHandler:")]
public virtual void DeleteAll (Action<Foundation.NSError> completionHandler);
abstract member DeleteAll : Action<Foundation.NSError> -> unit
override this.DeleteAll : Action<Foundation.NSError> -> unit

Parameters

completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to