Persistate API documentation
ResolveReference Event
NamespacesPersistateSessionResolveReference

[This is preliminary documentation and is subject to change.]

This event is raised whenever an IReference.DeReference fails to produce the referred to object.
Declaration Syntax
C#
public event ResolveReferenceEventHandler ResolveReference
Remarks
This is raised by all types of IReference, including Reference and MetaReference. The handler has a chance to supply either a target Persistent for the unresolved reference, or a replacement Reference. If it doesn't, or there is no handler, a PersistateDeReferenceException is thrown.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)