共用方式為


HKHealthStore.DisableAllBackgroundDelivery 方法

定義

停用通知的背景傳遞,並在傳遞停用之後執行動作。

[Foundation.Export("disableAllBackgroundDeliveryWithCompletion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DisableAllBackgroundDelivery (Action<bool,Foundation.NSError> completion);
abstract member DisableAllBackgroundDelivery : Action<bool, Foundation.NSError> -> unit
override this.DisableAllBackgroundDelivery : Action<bool, Foundation.NSError> -> unit

參數

completion
Action<Boolean,NSError>

作業完成時要執行的處理常式。

屬性

適用於