Click or drag to resize

PofHelperGetPofTypeId Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Return an identifier that represents the POF type of the specified type.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static int GetPofTypeId(
	Type type,
	IPofContext ctx
)

Parameters

type
Type: SystemType
The type; must not be null.
ctx
Type: Tangosol.IO.PofIPofContext
The IPofContext used to determine the type identifier of a user type; must not be null.

Return Value

Type: Int32
One of the PofConstants struct T_* constants.
Exceptions
ExceptionCondition
ArgumentException If the user type associated with the given object is unknown to the specified IPofContext.
See Also