HKHealthStore.DisableAllBackgroundDeliveryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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