IStreamQueueMapper.GetAllQueues 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 all queues.
public System.Collections.Generic.IEnumerable<Orleans.Streams.QueueId> GetAllQueues ();
abstract member GetAllQueues : unit -> seq<Orleans.Streams.QueueId>
Public Function GetAllQueues () As IEnumerable(Of QueueId)
Returns
All queues.