[This is preliminary documentation and is subject to change.]
Dereferences this ForeignReference to get the referenced object.
| C# |
public Persistent DeReference( Persistent parentObj )
- parentObj (Persistent)
- If supplied, the parent of the referenced object. May be null.
The referenced object.
If the object is not in memory this will fetch it from local storage if
available. If it is not stored locally, this will fetch it from its home
Domain and store it locally.