ISub |
Returns a collection of solver models for given analysis types
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task<IEnumerable<IModel>> GetSolverModelsAsync( IEnumerable<AnalysisType>? analysis, CancellationToken cancellationToken = default )
Parameters
- analysis IEnumerableAnalysisType
- The requested analysis types
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIEnumerableIModelA collection of solver models
See Also