Click or drag to resize
SphinxQLConnectionStringBuilderConnectionTimeout Property
Gets or sets the connection timeout.

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

Property Value

Type: Int32
The value of the ConnectTimeout property, or 15 if no value has been supplied.
See Also