HashRingBasedStreamQueueMapper.GetQueuesForRange(IRingRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.