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

Register the passed value with the passed identity.

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

Syntax

C#
protected virtual void RegisterIdentity(
	int id,
	Object value
)

Parameters

id
Type: System..::.Int32
The identity.
value
Type: System..::.Object
The object registerd under the passed identity.

Exceptions

ExceptionCondition
System..::.ArgumentException If the specified identity is already registered with a different object.

See Also