Share via


NSPersistentContainer.NewBackgroundContext Property

Definition

Creates and returns a private managed object context.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSManagedObjectContext NewBackgroundContext { [Foundation.Export("newBackgroundContext")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("newBackgroundContext")>]
member this.NewBackgroundContext : CoreData.NSManagedObjectContext

Property Value

A private managed object context.

Attributes

Applies to