[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets or sets the setting to control whether a new connection is obtained
for each lookup, or connections are retained between lookups. Controls
whether a new connection is obtained for each lookup, or connections
are retained between lookups.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property ConnectionLifecycle As ConnectionLifecycleEnum |
C# |
---|
public virtual ConnectionLifecycleEnum ConnectionLifecycle { get; set; } |
Visual C++ |
---|
public: virtual property ConnectionLifecycleEnum ConnectionLifecycle { ConnectionLifecycleEnum get (); void set (ConnectionLifecycleEnum value); } |