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

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