IKeyAssociationAssociatedKey Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the key object to which this key object is associated.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxObject AssociatedKey { get; }
Property Value
Type:
Object
The host key that for this key object, or
null if this key
has no association.
Remarks
The key object returned by this method is often referred to as a
host key.
See Also