[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns all multicast channels in the server.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |