Click or drag to resize

SphinxQLDataReaderNextResultAsync Method

Overload List
 NameDescription
Public methodNextResultAsyncAn asynchronous version of NextResult, which advances the reader to the next result when reading the results of a batch of statements.Invokes NextResultAsync(CancellationToken) with CancellationToken.None.
Public methodCode exampleNextResultAsync(CancellationToken) Asynchronously advances the reader to the next result when reading the results of multiple queries.
Top
See Also