Click or drag to resize

ConfigurationCommonDBRefConnectionLifecycleEnum Property

Returns the setting to control whether a new connection is obtained for each lookup, or connections are retained between lookups.

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

Return Value

Type: ConnectionLifecycleEnum
enum controlling connection allocation
See Also