QueueBalancerBase.GetMyQueues 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.
Retrieves the latest queue distribution for this balancer.
public abstract System.Collections.Generic.IEnumerable<Orleans.Streams.QueueId> GetMyQueues ();
abstract member GetMyQueues : unit -> seq<Orleans.Streams.QueueId>
Public MustOverride Function GetMyQueues () As IEnumerable(Of QueueId)
Returns
Queue allocated to this balancer.