Edit

Share via


IConsistentRingStreamQueueMapper.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>
Public Function GetQueuesForRange (range As IRingRange) As IEnumerable(Of QueueId)

Parameters

range
IRingRange

The range.

Returns

The queues which map to the specified range.

Applies to