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

Returns number of milliseconds elapsed since last time a message sent to this consumer was acknowledged by consumer's session. This value, while returned in milliseconds, has a precision of 1 second. This value should be used for informational purposes only. It can be used, for example, to identify consumers which receive messages but do not acknowledge them for some reason, etc.

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

Syntax

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

Return Value

approximate number of milliseconds elapsed since last time a message delivered to this consumer has been acknowledged by consumer's session.

See Also