LBM .Net API Documentation
send Method (target, topic, lbmreq, lbmevq, flags)
Namespacescom.latencybusters.lbmLBMContextsend(String, String, LBMRequest, LBMEventQueue, Int32)
Send a unicast immediate request to a specific topic (specifying an Event Queue for processing of the response(s))
Declaration Syntax
C#
public void send(
	string target,
	string topic,
	LBMRequest lbmreq,
	LBMEventQueue lbmevq,
	int flags
)
Parameters
target (String)
Target address of the receiver of the form "TCP:ip:port"
topic (String)
Topic name to send message to or null for non-topic
lbmreq (LBMRequest)
LBMRequest object
lbmevq (LBMEventQueue)
LBMEventQueue on which to process responses (may be null if not using an event queue)
flags (Int32)
Flags indicating various conditions
Remarks
Possible OR'd set of flag value include: SRC_NONBLOCK and SRC_BLOCK

Warning: It is not safe to call this method from a context thread callback.

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