HMEventTrigger.UpdateExecuteOnceAsync(Boolean) Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task UpdateExecuteOnceAsync (bool executeOnce);
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