Click or drag to resize
QueueRepository Class
Exposes a collection of every queue running within the program.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceQueueRepository

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class QueueRepository

The QueueRepository type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddQueue
Adds a queue to the static list of queues.
Public methodStatic memberGetAllQueues
Returns an array of every queue currently running in the system.
Top
See Also