Share via


NSManagedObjectContext.ProcessPendingChanges Method

Definition

Tells the receiver to process all changes on the object graph.

[Foundation.Export("processPendingChanges")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProcessPendingChanges();
[<Foundation.Export("processPendingChanges")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProcessPendingChanges : unit -> unit
override this.ProcessPendingChanges : unit -> unit
Attributes

Applies to