[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the statistical information about all queues.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public QueueInfo[] QueuesStatistics { get; } |
Public ReadOnly Property QueuesStatistics As QueueInfo() |
public: property array<QueueInfo^>^ QueuesStatistics { array<QueueInfo^>^ get (); } |
Return Value
array of QueueInfo objects with statistical data or null if no queues found or statistics are disabled.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |