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