Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a new CompositeKey that consists of the given primary and secondary components.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public CompositeKey(
	Object primary,
	Object secondary
)

Parameters

primary
Type: System..::..Object
the primary key component; must not be null. This is also the host key returned by the KeyAssociation implementation
secondary
Type: System..::..Object
the secondary key component; must not be null

See Also