PofHelperGetPofTypeId Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxpublic 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
See Also