AbstractPofValueRegisterIdentity Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Register the passed value with the passed identity.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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