Method GetCompositeModuliAsync

GetCompositeModuliAsync(IEnumerable<Guid>?, CancellationToken)

Returns composite moduli of slab items

Declaration
Task<IDictionary<Guid, IReadOnlyList<double>>> GetCompositeModuliAsync(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 composite moduli

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