Share via


CKOperation.LongLived Property

Definition

Gets or sets a value that tells whether this operation is long-lived.

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

Property Value

A value that tells whether this operation is long-lived.

Attributes

Applies to