ILoadcaseCreateLoadAsync Method

Creates new loads

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
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: TaskIEnumerableILoad
The collection of created loads
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.