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

Returns all multicast channels in the server.

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

Syntax

public ChannelInfo[] GetChannels()
Public Function GetChannels As ChannelInfo()
public:
array<ChannelInfo^>^ GetChannels()

Return Value

array of ChannelInfo objects or array of 0 length if no channels exist.

Remarks

Notice returned objects do not contain statistical data for the channels. Use GetChannelStatistics() method to obtain statistical information about the channels.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or an error occurred.

See Also