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