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, null to get all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IDictionary<Guid, IReadOnlyList<double>>>

A dictionary of event ordered lists of equivalent load factors

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next