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

Resolve the passed substitutable parameter.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
Object ResolveParameter(
	string type,
	string value
)

Parameters

type
Type: System..::.String
The value of the "param-type" element.
value
Type: System..::.String
The value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability.

Return Value

The object value to use or the UNRESOLVED constant.

See Also