Method GetResultLinesAsync
GetResultLinesAsync(IEnumerable<int>?, CancellationToken)
Returns a collection of IResultLine instances
Declaration
Task<IEnumerable<IResultLine>> GetResultLinesAsync(IEnumerable<int>? indices, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | indices | The requested indices (null to retrieve all) |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IResultLine>> | A collection of IResultLine instances |