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

The DurableInfo type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Generate a string representation of this DurableInfo.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Active
Determine if this durable is connected or dormant. This method has been replaced by Connected and this method has been deprecated as of EMS 4.4
ClientID
Get the client ID associated with this durable.
Connected
Determine if this durable is connected or dormant.
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.

See Also