Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Compute the expected pof type id based on the type.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected int GetPofTypeId(
	IPofContext ctx
)

Parameters

ctx
Type: Tangosol.IO.Pof..::.IPofContext
Pof context.

Return Value

Pof type id or T_UNKNOWN()()() if the type is null.

See Also