LBM .Net API Documentation
send Method (message, messageLength, sqn, flags)
Namespacescom.latencybusters.lbmLBMHotFailoverSourcesend(array<Byte>[]()[], Int32, Int64, Int32)
Send a message to the topic associated with the LBM source
Declaration Syntax
C#
public void send(
	byte[] message,
	int messageLength,
	long sqn,
	int flags
)
Parameters
message (array< Byte >[]()[])
Data to send in this message
messageLength (Int32)
Number of bytes of data to send in this message
sqn (Int64)
The application sequence number to associate with this message
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