HKHealthStore.DeleteObjectsAsync(HKObject[]) Metodo

Definizione

Elimina l'oggetto specificato objects dall'archivio ed esegue un gestore di completamento al termine.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> DeleteObjectsAsync (HealthKit.HKObject[] objects);
abstract member DeleteObjectsAsync : HealthKit.HKObject[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.DeleteObjectsAsync : HealthKit.HKObject[] -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parametri

objects
HKObject[]

Restituisce

Attività che rappresenta l'operazione DeleteObjects asincrona. Il valore del parametro TResult è di tipo System.Action<System.Boolean, Foundation.NSError>.

Attributi

Si applica a