 | 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.4.1
Syntaxpublic override int CommandTimeout { get; set; }
Public Overrides Property CommandTimeout As Integer
Get
Set
Property Value
Type:
Int32Return 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