Compartilhar via


HMEventTrigger.UpdateExecuteOnceAsync(Boolean) Método

Definição

[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

Retornos

Uma tarefa que representa a operação assíncrona UpdateExecuteOnce

Atributos

Comentários

O método UpdateExecuteOnceAsync é adequado para ser usado com c# async retornando o controle para o chamador com um Task que representa a operação.

A ser adicionado.

Aplica-se a