TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetProducersStatistics Method 

Get the statistical information about producers with specified parameters.

public ProducerInfo[] GetProducersStatistics(
   long connectionID,
   string username,
   DestinationInfo destination
);

Parameters

connectionID
producer connection ID or null.
username
producer user name or null.
destination
producer destination pattern or null.

Return Value

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

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace