CSSearchableIndex.DeleteWithDomainAsync(String[]) Method

Definition

Removes all items from the specified domains and runs completionHandler after the index change is journaled.

public virtual System.Threading.Tasks.Task DeleteWithDomainAsync (string[] domainIdentifiers);
abstract member DeleteWithDomainAsync : string[] -> System.Threading.Tasks.Task
override this.DeleteWithDomainAsync : string[] -> System.Threading.Tasks.Task

Parameters

domainIdentifiers
String[]

The domain identifier for the items to delete.

Returns

A task that represents the asynchronous DeleteWithDomain operation

Applies to