Click or drag to resize
SphinxQLConnectionStringBuilderMinPoolSize Property
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.

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

Property Value

Type: Int32
The value of the MinPoolSize property, or 0 if none has been supplied.
See Also