Click or drag to resize

MacroParameterResolverResolveParameter Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Attempt to resolve the provided macro in the format of
{user-defined-name [default-value]}
against the attributes provided at construction time.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Exceptions
ExceptionCondition
ArgumentException If the provided macro value is in the incorrect format.
ArgumentException The parameter cannot be resolved against the attributes provided at construction time and the macro does not include a default
ArgumentNullException If
type
or
value
is
null
See Also