Partager via


HMLocationEvent.UpdateRegionAsync(CLRegion) Méthode

Définition

Les développeurs ne doivent pas utiliser cette méthode déconseillée.

[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

Paramètres

region
CLRegion

Retours

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

Attributs

Remarques

La méthode UpdateRegionAsync 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 à