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

Returns number of milliseconds elapsed since last time the server sent a message to this consumer. This value, while returned in milliseconds, has a precision of 1 second. It should be used for informational purposes only.

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

Syntax

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

Return Value

approximate number of milliseconds elapsed since last time the server sent a message to this consumer.

See Also