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> 型です。

属性

適用対象