Click or drag to resize

IPofHandlerRegisterIdentity Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This method is invoked when an identity is encountered in the POF stream.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
void RegisterIdentity(
	int id
)

Parameters

id
Type: SystemInt32
If (id >= 0), then this is the identity encountered in the POF stream, otherwise it is an indicator that the following value could have been assigned an identifier but was not (i.e. that the subsequent value is of a referenceable data type).
Remarks
The identity is used to uniquely identify the next value in the POF stream, and can be later referenced by the OnIdentityReference(Int32, Int32) method.
See Also