Click or drag to resize

SphinxQLConnectionStringBuilderMaxPoolSize Property

Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public int MaxPoolSize { get; set; }

Property Value

Int32
The value of the MaxPoolSize property, or 20 if none has been supplied.
See Also