Share via


CSSearchableIndex.DeleteWithDomainAsync(String[]) Method

Definition

Asynchronously removes all items from the specified domains.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task DeleteWithDomainAsync(string[] domainIdentifiers);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Attributes

Applies to