# IConsistentRingStreamQueueMapper Methods

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

## GetQueuesForRange(IRingRange) {#getqueuesforrange-orleans-runtime-iringrange-8344fa82}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iconsistentringstreamqueuemapper/methods/getqueuesforrange-orleans-runtime-iringrange-8344fa82/)

```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.
