Share via


NSIncrementalStore.ManagedObjectContextDidUnregisterObjectsWithIds Method

Definition

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

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

Parameters

objectIds
NSObject[]
Attributes

Applies to