LBM .Net API Documentation
LBMSourceSendExInfo Constructor (flags, cbArg, channelInfo, umqIndex, lifetimeInfo)
Namespacescom.latencybusters.lbmLBMSourceSendExInfoLBMSourceSendExInfo(Int32, Object, LBMSourceChannelInfo, UMQIndexInfo, UMQMessageTotalLifetimeInfo)
Create an LBMSourceSendExInfo object with flags and callback object set
Declaration Syntax
C#
public LBMSourceSendExInfo(
	int flags,
	Object cbArg,
	LBMSourceChannelInfo channelInfo,
	UMQIndexInfo umqIndex,
	UMQMessageTotalLifetimeInfo lifetimeInfo
)
Parameters
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.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0