Method GetEquivalentLoadFactorsAsync
GetEquivalentLoadFactorsAsync(IEnumerable<Guid>?, CancellationToken)
Returns equivalent load factors of slab items
Declaration
Task<IDictionary<Guid, IReadOnlyList<double>>> GetEquivalentLoadFactorsAsync(IEnumerable<Guid>? ids = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Guid> | ids | The requested ISlabItem ids, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IDictionary<Guid, IReadOnlyList<double>>> | A dictionary of event ordered lists of equivalent load factors |