Sphinx QLCommandCommand Timeout Property
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Currently not supported.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The time in seconds to wait for the command to execute.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int CommandTimeout { get; set; }VB
Public Overrides Property CommandTimeout As Integer
Get
SetProperty Value
Int32Return Value
Int32The time in seconds to wait for the command to execute.
Implements
IDbCommandCommandTimeoutRemarks
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).