Click or drag to resize

NullImplementationNullPofContextGetType Method (Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the type associated with the given user type identifier.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Type GetType(
	int typeId
)

Parameters

typeId
Type: SystemInt32
The user type identifier; must be non-negative.

Return Value

Type: Type
The type associated with the specified user type identifier.

Implements

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