IPofContextGetTypeName Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the name of the type associated with a user type
identifier.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxstring GetTypeName(
int typeId
)
Parameters
- typeId
- Type: SystemInt32
The user type identifier; must be non-negative.
Return Value
Type:
String
The name of the type associated with the specified user type
identifier.
ExceptionsException | Condition |
---|
ArgumentException |
If the specified user type is negative or unknown to this
IPofContext.
|
See Also