SphinxQLDataReaderDisposeAsync Method

Asynchronously dispose the SphinxQLDataReader object.

Definition

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

Return Value

ValueTask
A task representing the asynchronous operation.

Implements

IAsyncDisposableDisposeAsync

See Also