CMPedometer.StartPedometerEventUpdatesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Commence à gérer les mises à jour des données piétonnières.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CoreMotion.CMPedometerEvent> StartPedometerEventUpdatesAsync ();
abstract member StartPedometerEventUpdatesAsync : unit -> System.Threading.Tasks.Task<CoreMotion.CMPedometerEvent>
override this.StartPedometerEventUpdatesAsync : unit -> System.Threading.Tasks.Task<CoreMotion.CMPedometerEvent>
Retours
Tâche qui représente l’opération asynchrone StartPedometerEventUpdates. La valeur du paramètre TResult est de type System.Action<CoreMotion.CMPedometerEvent,Foundation.NSError>.
- Attributs
Remarques
La méthode StartPedometerEventUpdatesAsync est appropriée pour être utilisée avec le paramètre asynchrone C# en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.