LBM .Net API Documentation
send Method (lbmreq, lbmevq, flags, exinfo)
Namespacescom.latencybusters.lbmLBMSourcesend(LBMRequest, LBMEventQueue, Int32, LBMSourceSendExInfo)
Send a request message to the topic associated with the LBM source using an designated event queue for responses
Declaration Syntax
C#
public void send(
	LBMRequest lbmreq,
	LBMEventQueue lbmevq,
	int flags,
	LBMSourceSendExInfo exinfo
)
Parameters
lbmreq (LBMRequest)
LBMRequest object
lbmevq (LBMEventQueue)
LBMEventQueue used to handle response messages
flags (Int32)
Flags indicating various conditions
exinfo (LBMSourceSendExInfo)
LBMSourceSendExInfo object, which includes flags to change callback behavior and a client-supplied object to be passed back. (UME only)
Remarks
Caution: It is not recommended to call this method from a context thread callback.

Possible OR'd set of flag value include:

SRC_NONBLOCK, SRC_BLOCK, MSG_START_BATCH, MSG_END_BATCH, MSG_COMPLETE_BATCH, and MSG_FLUSH
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0