LBM .Net API Documentation
send Method (lbmreq, lbmevq, flags)
Namespacescom.latencybusters.lbmLBMSourcesend(LBMRequest, LBMEventQueue, Int32)
Send a request message to the topic associated with the LBM source using a designated event queue for responses
Declaration Syntax
C#
public void send(
	LBMRequest lbmreq,
	LBMEventQueue lbmevq,
	int flags
)
Parameters
lbmreq (LBMRequest)
LBMRequest object
lbmevq (LBMEventQueue)
LBMEventQueue used to handle response messages
flags (Int32)
Flags indicating various conditions
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