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.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool PoolingEnabled { get; set; }

Property Value

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