Method GetNodesAsync
GetNodesAsync(IEnumerable<int>?, CancellationToken)
Returns a collection of INode instances
Declaration
Task<IEnumerable<INode>> GetNodesAsync(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<INode>> | A collection of INode instances |