Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Look up the specified identity and return the object to which it refers.

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

Syntax

C#
protected internal IPofValue 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