SphinxQLConnectionStringBuilderConnectionTimeout Property

Gets or sets the connection timeout.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int ConnectionTimeout { get; set; }

Property Value

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

See Also