Create an LBMSourceSendExInfo object with flags and callback object set

C# |
public LBMSourceSendExInfo( int flags, Object cbArg, LBMSourceChannelInfo channelInfo, UMQIndexInfo umqIndex, UMQMessageTotalLifetimeInfo lifetimeInfo )

- flags (Int32)
- Flags to control callback behavior.
- cbArg (Object)
- User-supplied object passed back with any callbacks.
- channelInfo (LBMSourceChannelInfo)
- Channel information to be included with messages.
- umqIndex (UMQIndexInfo)
- UMQ index to send on.
- lifetimeInfo (UMQMessageTotalLifetimeInfo)
- UMQ total lifetime info to send with messages.