Click or drag to resize

AbstractPofValueEnsureReferenceRegistry Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Obtain the registry for identity-reference pairs, creating it if necessary.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual ILongArray EnsureReferenceRegistry()

Return Value

Type: ILongArray
The identity-reference registry, never null.
See Also