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

Get the info for all the queues that are known to the server.

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

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

See Also