[TIBCO.EMS .NET Admin client library 5.1 documentation]
The ChannelInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Active | Indicates whether or not the channel is active.
| |
| Address | The channel's multicast address.
| |
| BacklogCount | The channel's message backlog count. This is the number
of messages buffered in the server waiting to be sent on the
channel.
| |
| BacklogSize | The channel's message backlog size. This is the number
of bytes buffered in the server waiting to be sent on the channel.
| |
| BufferedBytes | The number of bytes buffered for retransmission by this
channel.
| |
| DetailedStatistics | Returns detailed statistics for all destinations being
sent on the channel.
| |
| Interface | The channel's multicast interface.
| |
| MaxRate | The channel's maximum transmission rate.
| |
| MaxTime | The channel's maximum window size for retransmissions.
| |
| Name | The channel's name.
| |
| Priority | The channel's multicast priority.
| |
| RetransmittedBytes | The number of bytes sent in retransmissions by this
channel.
| |
| Statistics | Returns cumulative statistics for all destinations on the
channel.
| |
| TransmittedBytes | The number of bytes sent by this channel. This number
does not include any retransmissions.
| |
| Ttl | The channel's multicast time-to-live.
|