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

An object of this class represents the configuration and optionally statistical data about the multicast channel.

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

Syntax

public class ChannelInfo
Public Class ChannelInfo
public ref class ChannelInfo

Remarks

When this object is received via the method Admin.getChannel() it does not contain statistical information about the channel. Only objects returned by the method Admin.GetChannelStatistics() return ChannelInfo objects that include statistical data.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.ChannelInfo

See Also