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

Get the total number of messages waiting to be delivered to this durable subscription. This also includes the delivered message count.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long PendingMessageCount { get; }
Public ReadOnly Property PendingMessageCount As Long
public:
property long long PendingMessageCount {
	long long get ();
}

Return Value

the number of messages waiting to be delivered to this durable subscription.

See Also