[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.ReadAsync

ReadAsync Method

ReadAsync(CancellationToken)

An asynchronous version of Read() method.

Declaration
public override Task<bool> ReadAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken

The cancellation instruction.

Returns
Type Description
Task<bool>

A task representing the asynchronous operation.

Overrides