Compartilhar via


HMLocationEvent.UpdateRegionAsync(CLRegion) Método

Definição

Os desenvolvedores não devem usar esse método preterido.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, 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 UpdateRegionAsync (CoreLocation.CLRegion region);
abstract member UpdateRegionAsync : CoreLocation.CLRegion -> System.Threading.Tasks.Task
override this.UpdateRegionAsync : CoreLocation.CLRegion -> System.Threading.Tasks.Task

Parâmetros

region
CLRegion

Retornos

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

Atributos

Comentários

O método UpdateRegionAsync é adequado para ser usado com assíncrono C# retornando o controle ao chamador com uma Tarefa que representa a operação.

A ser adicionado.

Aplica-se a