Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Look up an identity for an object.

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

Syntax

C#
public int getIdentity(
	Object o
)

Parameters

o
Type: System..::..Object
the object

Return Value

the identity, or -1 if the object is not registered

See Also