Click or drag to resize

PofExtractorGetPofTypeId Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Compute the expected pof type id based on the type.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected int GetPofTypeId(
	IPofContext ctx
)

Parameters

ctx
Type: Tangosol.IO.PofIPofContext
Pof context.

Return Value

Type: Int32
Pof type id or T_UNKNOWN if the type is null.
See Also