NSIncrementalStore.ManagedObjectContextDidRegisterObjectsWithIds Method

Definition

Method that is called when the objectIds are registered for use.

[Foundation.Export("managedObjectContextDidRegisterObjectsWithIDs:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ManagedObjectContextDidRegisterObjectsWithIds(Foundation.NSObject[] objectIds);
[<Foundation.Export("managedObjectContextDidRegisterObjectsWithIDs:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ManagedObjectContextDidRegisterObjectsWithIds : Foundation.NSObject[] -> unit
override this.ManagedObjectContextDidRegisterObjectsWithIds : Foundation.NSObject[] -> unit

Parameters

objectIds
NSObject[]
Attributes

Applies to