AceQLCommand..::..ExecuteReaderAsync Method (CancellationToken)
Sends the AceQLCommand.CommandText to the AceQLConnection and builds an AceQLDataReader.
The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public Task<AceQLDataReader> ExecuteReaderAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
- Type: CancellationToken
The cancellation instruction.