다음을 통해 공유


HKHealthStore.DeleteObjectsAsync(HKObject[]) 메서드

정의

저장소에서 지정된 를 objects 삭제하고 완료 처리기가 완료되면 완료 처리기를 실행합니다.

[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>

매개 변수

objects
HKObject[]

반환

비동기 DeleteObjects 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 System.Action<System.Boolean,Foundation.NSError> 형식입니다.

특성

적용 대상