# IConsistentRingStreamQueueMapper.GetQueuesForRange(IRingRange)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iconsistentringstreamqueuemapper/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iconsistentringstreamqueuemapper/methods/)

```csharp
public abstract IEnumerable<QueueId> GetQueuesForRange(IRingRange range)
```

Gets the queues which map to the specified range.

### Parameters

- `range` (`IRingRange`): The range.

### Returns

The queues which map to the specified range.
