Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Returns Type specified by xmlType with configuration information.

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

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