SphinxQLConnectionOpen Method

Opens a connection to Sphinx.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void Open()

Implements

IDbConnectionOpen

Exceptions

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