Method ExecuteCoreAsync
| Improve this Doc View SourceExecuteCoreAsync(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. |