tibemsConsumerInfo_GetCreateTime
Function
Purpose
Get a consumer's creation time in milliseconds.
C Declaration
tibems_status tibemsConsumerInfo_GetCreateTime( tibemsConsumerInfo consumerInfo, tibems_long* ctime);
COBOL Call
CALL "tibemsConsumerInfo_GetCreateTime" USING BY VALUE consumerInfo, BY REFERENCE created, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
consumerInfo
|
Get the creation time of this consumer. |
ctime
|
The function stores the create time in this location. |