Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Register the passed value with the passed identity.

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

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