NSPersistentStore.WillRemoveFromPersistentStoreCoordinator Method

Definition

Method that is called when the store is about to be removed from the coordinator.

[Foundation.Export("willRemoveFromPersistentStoreCoordinator:")]
public virtual void WillRemoveFromPersistentStoreCoordinator (CoreData.NSPersistentStoreCoordinator coordinator);
abstract member WillRemoveFromPersistentStoreCoordinator : CoreData.NSPersistentStoreCoordinator -> unit
override this.WillRemoveFromPersistentStoreCoordinator : CoreData.NSPersistentStoreCoordinator -> unit

Parameters

coordinator
NSPersistentStoreCoordinator

To be added.

This parameter can be null.

Attributes

Applies to