Method GetEffectiveModuliAsync

GetEffectiveModuliAsync(IEnumerable<Guid>?, CancellationToken)

Gets effective moduli of slab items

Declaration
Task<IReadOnlyDictionary<Guid, IEffectiveModuli>> GetEffectiveModuliAsync(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<IReadOnlyDictionary<Guid, IEffectiveModuli>>

A dictionary of effective 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