![]() | ILoadcaseCreateLoadAsync Method |
Creates new loads
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<IEnumerable<ILoad>> CreateLoadAsync( IEnumerable<LoadParams> createParams, CancellationToken cancellationToken = default )
Parameters
- createParams
- Type: System.Collections.GenericIEnumerableLoadParams
The collection of load parameters - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The optional cancellation token
Return Value
Type: TaskIEnumerableILoadThe collection of created loads
