Click or drag to resize

SphinxQLConnectionStringBuilderPoolingEnabled 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.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool PoolingEnabled { get; set; }

Property Value

Type: Boolean
The 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.
See Also