Partager via


CMPedometer.StartPedometerEventUpdatesAsync Méthode

Définition

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.

S’applique à