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

Returns statistical information about the multicast channel with the specified name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
System..::.ArgumentException if name parameter is invalid.
TIBCO.EMS.ADMIN..::.AdminException if not authorized or an error occurred.

See Also