 | 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
Syntaxpublic ConfigurationRuntime Runtime { get; set; }
Return Value
Type:
ConfigurationRuntimeruntime configuration
See Also