IStreamQueueBalancer.GetMyQueues メソッド

定義

このバランサーの最新のキュー配布を取得します。

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

戻り値

このバランサーに割り当てられたキュー。

適用対象