Click or drag to resize

SphinxQLConnectionOpen Method

Opens a connection to Sphinx.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override void Open()

Implements

IDbConnectionOpen
Exceptions
ExceptionCondition
InvalidOperationException The connection has already been opened.
-or-
The ConnectionTimeout expired while retrieving a connection from the pool.
-or-
An attempt to connect to a Sphinx server with a version smaller than 2.0.1 has been made.
SphinxQLException
ObjectDisposedException The object has already been disposed.
See Also