Click or drag to resize

ConfigurationCommon Property

Returns the common section of the configuration.

The common section is for use by both the compiler and the runtime.

Namespace:  com.espertech.esper.common.client.configuration
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationCommon Common { get; set; }

Return Value

Type: ConfigurationCommon
common configuration
See Also