Create an LBMSourceSendExInfo object with flags and callback object set
as well as channel information included.

C# |
public LBMSourceSendExInfo( int flags, Object cbArg, LBMSourceChannelInfo channelInfo )

- 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.