AbstractPofValueRegisterIdentity Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Register the passed value with the passed identity.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected void RegisterIdentity(
int id,
Object value
)
Parameters
- id
- Type: SystemInt32
The identity.
- value
- Type: SystemObject
The object registerd under the passed identity.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
If the specified identity is already registered with a different object.
|
See Also