Click or drag to resize

SimplePofContextGetTypeName 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)
Syntax
C#
public virtual string 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.

Implements

IPofContextGetTypeName(Int32)
Exceptions
ExceptionCondition
ArgumentException If the specified user type is negative or unknown to this IPofContext.
See Also