Share via


HMEventTrigger.UpdatePredicateAsync(NSPredicate) Method

Definition

Asynchronously attempts to modify the Predicate.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task UpdatePredicateAsync(Foundation.NSPredicate? predicate);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdatePredicateAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task
override this.UpdatePredicateAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task

Parameters

predicate
NSPredicate

The predicate to update. May be .

Returns

A task that represents the asynchronous UpdatePredicate operation

Attributes

Applies to