Method GetAgeAdjustedTensileStrengthsAsync

GetAgeAdjustedTensileStrengthsAsync(IEnumerable<Guid>?, CancellationToken)

Returns age adjusted tensile strengths of slab items

Declaration
Task<IDictionary<Guid, IReadOnlyList<double>>> GetAgeAdjustedTensileStrengthsAsync(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 age adjusted tensile strengths

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