Method ReadAsync
| Improve this Doc View SourceReadAsync(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. |