Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
An XmlHelper.IParameterResolver that parses and evaluates configuration macros in the format of
CopyC#
{user-defined-name [default-value]}
.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class MacroParameterResolver : XmlHelper..::..IParameterResolver

Remarks

If the
CopyC#
user-defined-name
is a key within the IDictionary provided at construction, then the resolved value will be the value from the dictionary. If there is no value, then the default, if any, will be returned.

Inheritance Hierarchy

System..::..Object
  Tangosol.Util..::..MacroParameterResolver
    Tangosol.Net..::..DefaultConfigurableCacheFactory..::..ClassSchemeParameterResolver

See Also