Click or drag to resize

ConfigurationCompiler Property

Returns the compiler section of the configuration.

The compiler section is for use by the compiler. The runtime ignores this part of the configuration object.

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

Return Value

Type: ConfigurationCompiler
compiler configuration
See Also