Click or drag to resize

SphinxQLCommandCommandTimeout Property

Gets or sets the wait time before terminating the attempt to execute a command and generating an error. Currently not supported.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override int CommandTimeout { get; set; }

Property Value

Type: Int32

Return Value

Type: Int32
The time in seconds to wait for the command to execute.

Implements

IDbCommandCommandTimeout
Remarks
The value of the property is currently not used by SphinxConnector.NET. However, to prevent the Visual Studio designer from reporting errors, this property can be assigned to (previous versions threw a NotSupportedException).
See Also