Method GetLoadsAsync

GetLoadsAsync(IEnumerable<LoadType>?, CancellationToken)

Returns a collection of loads with given types

Declaration
Task<IEnumerable<ILoad>> GetLoadsAsync(IEnumerable<LoadType>? loadTypes = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<LoadType> loadTypes

The optional requested load types, pass null to retrieve all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<ILoad>>

A collection of specified 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