Show / Hide Table of Contents

Method ReadAsync

| Improve this Doc View Source

ReadAsync(CancellationToken)

Read to next record.

Declaration
public Task<bool> ReadAsync(CancellationToken ct = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

true if successfully read to next record, otherwise false.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest