HKHealthStore.DisableAllBackgroundDeliveryAsync Method

Definition

Disables the background delivery of notifications and runs an action after delivery has been disabled.

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

Returns

A task that represents the asynchronous DisableAllBackgroundDelivery operation. The value of the TResult parameter is of type System.Action<System.Boolean,Foundation.NSError>.

Attributes

Applies to