Edit

Share via


IStreamQueueBalancer.GetMyQueues Method

Definition

Retrieves the latest queue distribution for this balancer.

public System.Collections.Generic.IEnumerable<Orleans.Streams.QueueId> GetMyQueues ();
abstract member GetMyQueues : unit -> seq<Orleans.Streams.QueueId>
Public Function GetMyQueues () As IEnumerable(Of QueueId)

Returns

Queue allocated to this balancer.

Applies to