Method GetSubModelAsync
GetSubModelAsync(IEnumerable<int>?, CancellationToken)
Returns the sub-models from the given indices
Declaration
Task<IEnumerable<ISubModel>> GetSubModelAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<int> | indices | The requested ISubModel indices, |
CancellationToken | cancellationToken | The optional cancellation token |
Returns
Type | Description |
---|---|
Task<IEnumerable<ISubModel>> | Sub-models with the specified |