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