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