MonobjcMonobjc Documented Class Library
WillRemoveFromPersistentStoreCoordinator Method (coordinator)
NamespacesMonobjc.CoreDataNSPersistentStoreWillRemoveFromPersistentStoreCoordinator(NSPersistentStoreCoordinator)

Invoked before the receiver is removed from the persistent store coordinator.

Original signature is '- (void)willRemoveFromPersistentStoreCoordinator:(NSPersistentStoreCoordinator *)coordinator'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WillRemoveFromPersistentStoreCoordinator(
	NSPersistentStoreCoordinator coordinator
)
Public Overridable Sub WillRemoveFromPersistentStoreCoordinator ( _
	coordinator As NSPersistentStoreCoordinator _
)
public:
virtual void WillRemoveFromPersistentStoreCoordinator(
	NSPersistentStoreCoordinator^ coordinator
)
Parameters
coordinator (NSPersistentStoreCoordinator)
The persistent store coordinator from which the receiver was removed.
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)