Method RemoveLoadcasesAsync
RemoveLoadcasesAsync(IEnumerable<Guid>?, CancellationToken)
Removes the loadcases with the given IDs from this combination
Declaration
Task<bool> RemoveLoadcasesAsync(IEnumerable<Guid>? loadcaseIds, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Guid> | loadcaseIds | The IDs of loadcases to remove from the combination |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<bool> | True if operation succeeded otherwise false |