Click or drag to resize

SphinxQLConnectionCloseAsync Method

Asynchronously closes the connection to searchd. This is the preferred method of closing any open connection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public Task CloseAsync()

Return Value

Task
A task representing the asynchronous operation.
See Also