Share via


NSUrlSessionConfiguration.Discretionary Property

Definition

Whether background tasks can be scheduled at the discretion of the system in order to improve performance.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Discretionary { [Foundation.Export("isDiscretionary")] get; [Foundation.Export("setDiscretionary:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isDiscretionary")>]
[<set: Foundation.Export("setDiscretionary:")>]
member this.Discretionary : bool with get, set

Property Value

Attributes

Applies to