Click or drag to resize

CacheFactoryPreprocessProp Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
public static void PreprocessProp(
	IXmlElement xmlElement
)

Parameters

xmlElement
Type: Tangosol.Run.XmlIXmlElement
The XML element to process.
See Also