[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns statistical information about the multicast
channel with the specified name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ChannelInfo GetChannelStatistics( string name ) |
Public Function GetChannelStatistics ( _ name As String _ ) As ChannelInfo |
public: ChannelInfo^ GetChannelStatistics( String^ name ) |
Parameters
- name
- Type: System..::.String
the name of the channel.
Return Value
ChannelInfo object or null if channel with specified name does not exist in the server or statistics are disabled.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if name parameter is invalid. |
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |