NSPersistentStoreDescription.ShouldAddStoreAsynchronously Property
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.
Gets or sets a value that controls whether the store is added on the calling thread or on a background thread.
public virtual bool ShouldAddStoreAsynchronously { [Foundation.Export("shouldAddStoreAsynchronously")] get; [Foundation.Export("setShouldAddStoreAsynchronously:")] set; }
member this.ShouldAddStoreAsynchronously : bool with get, set
Property Value
false
, the default value, to load the store on the main thread. true
to load the store on a background thread.
- Attributes