HKWorkoutBuilder.EndCollectionAsync(NSDate) 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.
Met fin à l’entraînement et retourne une tâche qui contient un état de réussite et toute erreur qui s’est produite.
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> EndCollectionAsync (Foundation.NSDate endDate);
abstract member EndCollectionAsync : Foundation.NSDate -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.EndCollectionAsync : Foundation.NSDate -> System.Threading.Tasks.Task<bool * Foundation.NSError>
Paramètres
- endDate
- NSDate
Heure de fin de l’entraînement.
Retours
Tâche qui contient un état de réussite et toute erreur qui s’est produite.