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

Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged.

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

Syntax

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

Return Value

the number of messages delivered to this durable subscription.

See Also