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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.