Method GetValleyAsync

GetValleyAsync(IEnumerable<int>?, CancellationToken)

Returns the valleys from the given indices

Declaration
Task<IEnumerable<IPortalFrameValley>> GetValleyAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<int> indices

The collection of the indices

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IPortalFrameValley>>

Valleys with the specified indices

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next