[TIBCO.EMS .NET Admin client library 5.1 documentation]
The ChannelInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object (Overrides Object..::.ToString()()().) |
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.
|