MonobjcMonobjc Documented Class Library
Rollback Method
NamespacesMonobjc.CoreDataNSManagedObjectContextRollback()()()()

Removes everything from the undo stack, discards all insertions and deletions, and restores updated objects to their last committed values.

Original signature is '- (void)rollback'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Rollback()
Public Overridable Sub Rollback
public:
virtual void Rollback()
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)