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

Get the statistical information about producers with specified parameters.

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

Syntax

public ProducerInfo[] GetProducersStatistics(
	long connectionID,
	string username,
	DestinationInfo destination
)
Public Function GetProducersStatistics ( _
	connectionID As Long, _
	username As String, _
	destination As DestinationInfo _
) As ProducerInfo()
public:
array<ProducerInfo^>^ GetProducersStatistics(
	long long connectionID, 
	String^ username, 
	DestinationInfo^ destination
)

Parameters

connectionID
Type: System..::.Int64
producer connection ID or null.
username
Type: System..::.String
producer user name or null.
destination
Type: TIBCO.EMS.ADMIN..::.DestinationInfo
producer destination pattern or null.

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