Compartir a través de


HMLocationEvent.UpdateRegionAsync(CLRegion) Método

Definición

Los desarrolladores no deben usar este método en desuso.

[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

Devoluciones

Tarea que representa la operación UpdateRegion asincrónica

Atributos

Comentarios

El método UpdateRegionAsync 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