This routine is called by the
ObjectContext
during save operations on the storage.
Attention: The
ICustomPersister should only add an object
to the
PersistingTrace (set as argument) if not
using the
ObjectContext to save it's persistent object.
Syntax
Parameters
- context
- ObjectContext that called this routine.
- persistDepth
- Specifies the depth of the object graph that is persisted.
- persistingTrace
- Contains information about the recently persistet objects. The
ICustomPersister should only add an object to this trace if not
using the ObjectContext to save it's persistent object.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also