QueueRepositoryGetAllQueues Method |
Returns an array of every queue currently running in the system.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IQueue[] GetAllQueues()
Public Shared Function GetAllQueues As IQueue()
public:
static array<IQueue^>^ GetAllQueues()
static member GetAllQueues : unit -> IQueue[]
Return Value
Type:
IQueueSee Also