Edit

Share via


HashRingBasedStreamQueueMapper.GetQueuesForRange(IRingRange) Method

Definition

Gets the queues which map to the specified range.

public System.Collections.Generic.IEnumerable<Orleans.Streams.QueueId> GetQueuesForRange (Orleans.Runtime.IRingRange range);
abstract member GetQueuesForRange : Orleans.Runtime.IRingRange -> seq<Orleans.Streams.QueueId>
override this.GetQueuesForRange : Orleans.Runtime.IRingRange -> seq<Orleans.Streams.QueueId>
Public Iterator Overridable NotOverridable Function GetQueuesForRange (range As IRingRange) As IEnumerable(Of QueueId)
Public Function GetQueuesForRange (range As IRingRange) As IEnumerable(Of QueueId)

Parameters

range
IRingRange

The range.

Returns

The queues which map to the specified range.

Implements

Applies to