[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get the statistical information about all queues.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also