tibemsProducerInfo_GetCreateTime
Function
Purpose
Get the producer create time in milliseconds.
C Declaration
tibems_status tibemsProducerInfo_GetCreateTime( tibemsProducerInfo producerInfo, tibems_long* created);
COBOL Call
CALL "tibemsProducerInfo_GetCreateTime" USING BY VALUE producerInfo, BY REFERENCE created, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
producerInfo
|
Get the create time for this producer. |
created
|
Store the create time. |