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

Returns total number of messages which were delivered to this consumer and have been acknowledged by consumer's session. This value should be used for informational purposes only.

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

Syntax

public long GetTotalAcknowledgedCount()
Public Function GetTotalAcknowledgedCount As Long
public:
long long GetTotalAcknowledgedCount()

Return Value

total number of acknowledged messages which were received via this consumer.

See Also