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

Look up the specified identity and return the object to which it refers.

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

Syntax

C#
protected internal virtual Object LookupIdentity(
	int id
)

Parameters

id
Type: System..::.Int32
The identity.

Return Value

The object registered under that identity.

Exceptions

ExceptionCondition
System.IO..::.IOException If the requested identity is not registered.

See Also