[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns statistical information about all producers.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |