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: 5.3.0
Syntax
public Task CloseAsync()

Return Value

Type: Task
A task representing the asynchronous operation.
See Also