Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Compute the expected pof type id based on the type.

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

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