Method CreateLoadAsync
CreateLoadAsync(IEnumerable<LoadParams?>?, CancellationToken)
Creates new loads
Declaration
Task<IEnumerable<ILoad>> CreateLoadAsync(IEnumerable<LoadParams?>? createParams, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<LoadParams> | createParams | The collection of load parameters |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<ILoad>> | The collection of created loads |