[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the statistical information for the queues that match the given pattern.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public QueueInfo[] GetQueuesStatistics( string pattern ) |
Public Function GetQueuesStatistics ( _ pattern As String _ ) As QueueInfo() |
public: array<QueueInfo^>^ GetQueuesStatistics( String^ pattern ) |
Parameters
- pattern
- Type: System..::.String
The pattern that must be matched
Return Value
array of QueueInfo objects with statistical data or null if no queues found or statistics are disabled.
Remarks
The wildcards "*" and ">" may be included in the pattern. See the TIBCO EMS
documentation for how wildcards work in queue names. A pattern of "",
">", or null will return statistics for all the queues.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |