Share via


HMEventTrigger.UpdateExecuteOnce(Boolean, Action<NSError>) Method

Definition

[Foundation.Export("updateExecuteOnce:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateExecuteOnce(bool executeOnce, Action<Foundation.NSError> completion);
[<Foundation.Export("updateExecuteOnce:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateExecuteOnce : bool * Action<Foundation.NSError> -> unit
override this.UpdateExecuteOnce : bool * Action<Foundation.NSError> -> unit

Parameters

executeOnce
Boolean
completion
Action<NSError>
Attributes

Applies to