Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetElapsedSinceLastSent

tibemsConsumerInfo_GetElapsedSinceLastSent
Function
Purpose
Get the approximate number of milliseconds elapsed since last time the server sent a message to this consumer.
C Declaration
tibems_status tibemsConsumerInfo_GetElapsedSinceLastSent(
    tibemsConsumerInfo consumerInfo,
    tibems_long* time);
COBOL Call
CALL "tibemsConsumerInfo_GetElapsedSinceLastSent"
 USING BY VALUE consumerInfo,
       BY REFERENCE time,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function gets the approximate number of milliseconds that have elapsed since last time the server sent a message to this consumer. The value returned, while given in milliseconds, has a precision of 1 second. It should be used for informational purposes only.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved