Click or drag to resize

ConfigurationRuntime Property

Returns the runtime section of the configuration.

The runtime section is for use by the runtime. The compiler 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 ConfigurationRuntime Runtime { get; set; }

Return Value

Type: ConfigurationRuntime
runtime configuration
See Also