Click or drag to resize

EPRuntimeConfigurationDeepCopy Property

Returns a deep-copy of the configuration that is actively in use by the runtime.

Note: This can be an expensive operation.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
Configuration ConfigurationDeepCopy { get; }

Return Value

Type: Configuration
deep copy of the configuration
See Also