[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the info for all the queues that are known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public QueueInfo[] Queues { get; } |
Public ReadOnly Property Queues As QueueInfo() |
public: property array<QueueInfo^>^ Queues { array<QueueInfo^>^ get (); } |
Return Value
the QueueInfos for all the queues that are known to the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |