SphinxQLConnectionDisposeAsync Method

Asynchronously diposes the connection object.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override ValueTask DisposeAsync()

Return Value

ValueTask
A ValueTask representing the asynchronous operation.

Implements

IAsyncDisposableDisposeAsync

See Also