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

Register the passed value with the passed identity.

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

Syntax

C#
protected internal 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.IO..::.IOException If the specified identity is already registered.

See Also