[TIBCO.EMS .NET Admin client library 8.1 documentation]
The SubscriptionInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConsumerCount |
Returns the number of consumers for this subscription.
|
![]() | CreateTime |
Returns this subscription's creation time in milliseconds.
|
![]() | HasSelector |
Indicates if this subscription has a selector.
|
![]() | ID |
Returns this subscription's ID.
|
![]() | IsDurable |
Indicates if this subscription is durable.
|
![]() | IsShared |
Indicates if this subscription is shared.
|
![]() | Name |
Returns this subscription name.
|
![]() | PendingMessageCount |
Returns the number of pending messages on this subscription.
|
![]() | PendingMessageSize |
Returns combined size of pending messages for this subscription.
|
![]() | Selector |
Returns this subscription's selector.
|
![]() | TopicName |
Returns the topic name this subscription is for.
|