Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Create a new CompositeKey that consists of the given primary and secondary components.

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

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