|
UM .NET API
6.17
|
UMQMessageTotalLifetimeInfo class. More...
Classes | |
| struct | lbm_umq_msg_total_lifetime_info_t |
Public Member Functions | |
| UMQMessageTotalLifetimeInfo (UInt32 totalLifetime) | |
| Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime. More... | |
| UMQMessageTotalLifetimeInfo () | |
| Creates a UMQMessageTotalLifetimeInfo with the total lifetime set to 0. | |
| UInt32 | totalLifetime () |
| Returns the specified total lifetime. | |
| void | setTotalLifetime (UInt32 totalLifetime) |
| Sets the total lifetime. More... | |
UMQMessageTotalLifetimeInfo class.
| com.latencybusters.lbm.UMQMessageTotalLifetimeInfo.UMQMessageTotalLifetimeInfo | ( | UInt32 | totalLifetime | ) |
Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime.
| totalLifetime | Total lifetime of the message |
| void com.latencybusters.lbm.UMQMessageTotalLifetimeInfo.setTotalLifetime | ( | UInt32 | totalLifetime | ) |
Sets the total lifetime.
| totalLifetime | the new total lifetime |