Method AddLoadcasesAsync
AddLoadcasesAsync(IEnumerable<LoadcaseFactorsParams?>?, CancellationToken)
Adds the given factored loadcases to this combination
Declaration
Task<bool> AddLoadcasesAsync(IEnumerable<LoadcaseFactorsParams?>? parameters, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<LoadcaseFactorsParams> | parameters | The factored loadcases to add to the combination |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<bool> | True if operation succeeded otherwise false |