Method AddCombinationAsync
AddCombinationAsync(ICombination?, CancellationToken)
Adds an ICombination to this envelope
Declaration
Task<bool> AddCombinationAsync(ICombination? combination, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ICombination | combination | The ILoadcase |
CancellationToken | cancellationToken | The optional cancellation token |
Returns
Type | Description |
---|---|
Task<bool> | True if operation succeeded otherwise false |