 | 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.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool PoolingEnabled { get; set; }
Public Property PoolingEnabled As Boolean
Get
Set
Property Value
Type:
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.
See Also