PofStreamReaderLookupIdentity Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Look up the specified identity and return the object to which it
refers.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected virtual Object LookupIdentity(
int id
)
Parameters
- id
- Type: SystemInt32
The identity.
Return Value
Type:
Object
The object registered under that identity.
ExceptionsException | Condition |
---|
IOException |
If the requested identity is not registered.
|
See Also