CacheFactoryPreprocessProp Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Preprocess the Coherence properties specified either in the
application configuration or environment variables.
When both are specified, environment varialbe takes the precedence.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static void PreprocessProp(
IXmlElement xmlElement
)
Parameters
- xmlElement
- Type: Tangosol.Run.XmlIXmlElement
The XML element to process.
See Also