AceQL HTTP C# Client SDK v7.7

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.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public Task<AceQLDataReader> ExecuteReaderAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: CancellationToken
The cancellation instruction.

Return Value

An AceQLDataReader object.

Exceptions


ExceptionCondition
AceQL.Client.Api..::..AceQLExceptionIf any Exception occurs.