Interface XmlHelper.IParameterResolver
An interface that describes a callback to resolve a substitutable parameter value.
Namespace: Tangosol.Run.Xml
Assembly: Coherence.dll
Syntax
public interface XmlHelper.IParameterResolver
Methods
ResolveParameter(string, string)
Resolve the passed substitutable parameter.
Declaration
object ResolveParameter(string type, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | The value of the "param-type" element. |
| string | value | The value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability. |
Returns
| Type | Description |
|---|---|
| object | The object value to use or the UNRESOLVED constant. |