![]() | IPortalFrameGetValleyAsync Method |
Returns the valleys from the given indices
Namespace: TSD.API.Remoting.PortalFrames
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<IEnumerable<IPortalFrameValley>> GetValleyAsync( IEnumerable<int> indices = null, CancellationToken cancellationToken = default )
Parameters
- indices (Optional)
- Type: System.Collections.GenericIEnumerableInt32
The collection of the indices - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The optional CancellationToken
Return Value
Type: TaskIEnumerableIPortalFrameValleyValleys with the specified indices
