Click or drag to resize

SphinxQLDataReaderReadAsync Method

Overload List
 NameDescription
Public methodReadAsyncAn asynchronous version of Read, which advances the reader to the next record in a result set. This method invokes ReadAsync(CancellationToken) with CancellationToken.None.
Public methodReadAsync(CancellationToken) Asynchronously advances the reader to the next record in a result set.
Top
See Also