ConfigurablePofContextGetType 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.IO.Pof
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual 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| Exception | Condition | 
|---|
| ArgumentException | 
            If the specified user type is negative or unknown to this
            IPofContext.
             | 
See Also