 | SphinxQLConnectionStringBuilderMaxPoolSize Property |
Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic int MaxPoolSize { get; set; }
Public Property MaxPoolSize As Integer
Get
Set
Property Value
Type:
Int32The value of the MaxPoolSize property, or
20 if none has been supplied.
See Also