LBM .Net API Documentation
UMQSourceEventULBMessageInfo Constructor (flags, msgId, regId, firstSequenceNumber, lastSequenceNumber, assignId, appSetIdx, clientObject, receiver)
Namespacescom.latencybusters.lbmUMQSourceEventULBMessageInfoUMQSourceEventULBMessageInfo(Int32, UMQMessageId, UInt64, UInt32, UInt32, UInt32, UInt32, Object, String)
Creates a UMQSourceEventULBMessageInfo object and initializes fields to the supplied values.
Declaration Syntax
C#
public UMQSourceEventULBMessageInfo(
	int flags,
	UMQMessageId msgId,
	ulong regId,
	uint firstSequenceNumber,
	uint lastSequenceNumber,
	uint assignId,
	uint appSetIdx,
	Object clientObject,
	string receiver
)
Parameters
flags (Int32)
Informational flags.
msgId (UMQMessageId)
The Message ID of the message.
regId (UInt64)
The Registration ID of the receiver.
firstSequenceNumber (UInt32)
The sequence number of the first fragment associated with the message.
lastSequenceNumber (UInt32)
The sequence number of the last fragment associated with the message.
assignId (UInt32)
The Assignment ID of the receiver.
appSetIdx (UInt32)
The Application Set Index the receiver is in.
clientObject (Object)
The client object associated with the message.
receiver (String)
The immediate message target string for the receiver.
Exceptions
ExceptionCondition
LBMEInvalException An invalid parameter was specified.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0