Share via


HMEventTrigger.UpdateExecuteOnceAsync(Boolean) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task UpdateExecuteOnceAsync(bool executeOnce);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateExecuteOnceAsync : bool -> System.Threading.Tasks.Task
override this.UpdateExecuteOnceAsync : bool -> System.Threading.Tasks.Task

Parameters

executeOnce
Boolean

Returns

A task that represents the asynchronous UpdateExecuteOnce operation

Attributes

Remarks

The UpdateExecuteOnceAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to