[]
An asynchronous version of Read() method.
public override Task<bool> ReadAsync(CancellationToken cancellationToken)
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken | The cancellation instruction. |
Type | Description |
---|---|
Task<bool> | A task representing the asynchronous operation. |