Click or drag to resize

SphinxQLConnectionDisposeAsync Method

Asynchronously diposes the connection object.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public Task DisposeAsync()

Return Value

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