Compartir a través de


HMEventTrigger.UpdateExecuteOnceAsync(Boolean) Método

Definición

[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

Parámetros

executeOnce
Boolean

Devoluciones

Tarea que representa la operación UpdateExecuteOnce asincrónica.

Atributos

Comentarios

El método UpdateExecuteOnceAsync es adecuado para usarse con C# asincrónico devolviendo el control al autor de la llamada con una tarea que representa la operación.

Se agregará.

Se aplica a