Click or drag to resize

SphinxQLDataReaderCloseAsync Method

Asynchronously closes the SphinxQLDataReader object.

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