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

Get all the multicast channels known to the server.

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

Syntax

public ChannelInfo[] Channels { get; }
Public ReadOnly Property Channels As ChannelInfo()
public:
property array<ChannelInfo^>^ Channels {
	array<ChannelInfo^>^ get ();
}

Return Value

all the multicast channels known to the server.

Exceptions

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

See Also