MonobjcMonobjc Documented Class Library
WillRemoveCacheNodes Method (cacheNodes)
NamespacesMonobjc.CoreDataNSAtomicStoreWillRemoveCacheNodes(NSSet)

Method invoked before the store removes the given collection of cache nodes.

Original signature is '- (void)willRemoveCacheNodes:(NSSet *)cacheNodes'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WillRemoveCacheNodes(
	NSSet cacheNodes
)
Public Overridable Sub WillRemoveCacheNodes ( _
	cacheNodes As NSSet _
)
public:
virtual void WillRemoveCacheNodes(
	NSSet^ cacheNodes
)
Parameters
cacheNodes (NSSet)
The set of cache nodes to remove.
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)