Click or drag to resize

ConfigurationCommonParserDoConfigure Method

Configure the common section from a provided element

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void DoConfigure(
	ConfigurationCommon common,
	XmlElement commonElement
)

Parameters

common
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommon
common section
commonElement
Type: System.XmlXmlElement
element
See Also