Partager via


HMEventTrigger.UpdateExecuteOnceAsync(Boolean) Méthode

Définition

[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

Paramètres

executeOnce
Boolean

Retours

Tâche qui représente l’opération UpdateExecuteOnce asynchrone

Attributs

Remarques

La méthode UpdateExecuteOnceAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à