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

属性

适用于