다음을 통해 공유


HKHealthStore.DisableBackgroundDeliveryAsync(HKObjectType) 메서드

정의

지정된 유형의 알림에 대한 백그라운드 배달을 사용하지 않도록 설정하고 배달을 사용하지 않도록 설정한 후 작업을 실행합니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> DisableBackgroundDeliveryAsync (HealthKit.HKObjectType type);
abstract member DisableBackgroundDeliveryAsync : HealthKit.HKObjectType -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.DisableBackgroundDeliveryAsync : HealthKit.HKObjectType -> System.Threading.Tasks.Task<bool * Foundation.NSError>

매개 변수

type
HKObjectType

백그라운드 알림을 사용하지 않도록 설정할 개체 형식입니다.

반환

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

특성

적용 대상