Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Returns Type specified by xmlType with configuration information.

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

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