Click or drag to resize

SphinxQLConnectionOpenAsync Method

Overload List
  NameDescription
Public methodOpenAsync
An asynchronous version of Open, which opens a database connection with the settings specified by the ConnectionString. This method invokes the virtual method OpenAsync(CancellationToken) with CancellationToken.None.
(Inherited from DbConnection.)
Public methodOpenAsync(CancellationToken)
Opens a connection to Sphinx.
(Overrides DbConnectionOpenAsync(CancellationToken).)
Top
See Also