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

Returns statistical information about all producers.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public ProducerInfo[] ProducersStatistics { get; }
Public ReadOnly Property ProducersStatistics As ProducerInfo()
public:
property array<ProducerInfo^>^ ProducersStatistics {
	array<ProducerInfo^>^ get ();
}

Return Value

array of ProducerInfo objects with statistical data or null if no producers found or statistics are disabled.

Exceptions

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

See Also