Sphinx QLConnection String BuilderPooling Enabled Property
Gets or sets a Boolean value that indicates whether the connection will be pooled
or explicitly opened every time that the connection is requested.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The value of the PoolingEnabled property, or false if none has been supplied.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool PoolingEnabled { get; set; }VB
Public Property PoolingEnabled As Boolean
Get
SetProperty Value
BooleanThe value of the PoolingEnabled property, or false if none has been supplied.
Remarks
For pooling to work, the workers option may not be set to none.