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

Get statistical information about all consumers.

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

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

See Also