TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

DurableInfo Members

DurableInfo overview

Public Instance Properties

Active Determine if this durable is connected or dormant.
ClientID Get the client ID associated with this durable.
ConsumerID Get the consumer ID associated with this durable.
DeliveredMessageCount Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged.
DurableName Get the name of this durable.
NoLocalEnabled Indicates whether or not the durable has opted not to receive "local" messages.
PendingMessageCount Get the total number of messages waiting to be delivered to this durable subscription. This also includes the delivered message count.
PendingMessageSize Get the total size, in bytes, of messages waiting to be delivered to this durable subscription.
Selector Get the selector that this durable uses.
Static Determine if this durable is static or dynamic.
TopicName Get the topic name that this durable subscribes to.
UserName Get the name of the authenticated user whose connection this durable subscriber is currently using.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Generate a string representation of this DurableInfo.

See Also

DurableInfo Class | TIBCO.EMS.ADMIN Namespace