Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

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

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