Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Returns Type specified by xmlType with configuration information.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected virtual Type ResolveType(
	IXmlElement xmlType,
	int typeId
)

Parameters

xmlType
Type: Tangosol.Run.Xml..::.IXmlElement
IXmlElement containing type configuration information.
typeId
Type: System..::.Int32
Type id to be used for this type.

Return Value

Type instance specified by configuration xml.

See Also