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