Method AddLoadcaseAsync

AddLoadcaseAsync(ILoadcase?, CancellationToken)

Adds an ILoadcase to this combination

Declaration
Task<bool> AddLoadcaseAsync(ILoadcase? loadcase, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ILoadcase loadcase

The ILoadcase

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<bool>

True if operation succeeded otherwise false

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