Click or drag to resize

ConfigurationRuntimeParserDoConfigure Method

Configure the runtime section from a provided element

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

Parameters

runtime
Type: com.espertech.esper.common.client.configuration.runtimeConfigurationRuntime
runtime section
runtimeElement
Type: System.XmlXmlElement
element
See Also