Show / Hide Table of Contents

Method ExecuteCoreAsync

| Improve this Doc View Source

ExecuteCoreAsync(CancellationToken)

Executes the reader.

Declaration
protected abstract Task<TReader> ExecuteCoreAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

The async cancellation token.

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

The reader.

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